[fpc-pascal]using sessions and cookies with Free Pascal

Michael Van Canneyt michael.vancanneyt at wisa.be
Wed Feb 4 09:55:55 CET 2004


On Tue, 3 Feb 2004, JK wrote:

> Hi All,
> is there a way to read/write cookies and use sessions in FP? I can't find
> it in cgiapp.

There is currently no way, but it should be easy to add this.
Setting a cookie is just emitting the correct header. I'm not sure about
retrieving it, though. I don't know how the headers get passed to a cgi
app, but that should be easy to find out.

Michael.




More information about the fpc-pascal mailing list