No Cookie: how to implement session?

Alex Martelli aleaxit at yahoo.com
Wed Mar 29 01:30:16 EST 2006


Sullivan WxPyQtKinter <sullivanz.pku at gmail.com> wrote:

> As you said, ....There is no solution? I mean, tracing a real session
> without using tricks like hidden field and cookies in CGI script?

Cookies aren't "tricks" -- they are THE standard, architected solution
for session persistence in HTTP 1.1 -- people who disable them are
saying they do not *WANT* persistent sessions... on their heads be it.


Alex



More information about the Python-list mailing list