Re: [fpc-pascal] Request redirection + login session in fpweb

2012-03-29 Thread michael
On Wed, 28 Mar 2012, leledumbo wrote: I'm currently building a web app using HTTP server application project + fpweb + tiopf (with sqlite backend). However, I'm stuck in this scenario: Imagine a user log's in to my web app, which could be done from any page (it's part of the layout), how can

[fpc-pascal] Request redirection + login session in fpweb

2012-03-28 Thread leledumbo
I'm currently building a web app using HTTP server application project + fpweb + tiopf (with sqlite backend). However, I'm stuck in this scenario: Imagine a user log's in to my web app, which could be done from any page (it's part of the layout), how can I: Save login data in session, in case the