[mod_python] How to check if session is created because of old session expired?

Graham Dumpleton graham.dumpleton at gmail.com
Mon Aug 4 18:53:24 EDT 2008


2008/8/4 Radosław Rymaszewski <rrymaszewski at contentforces.pl>:
> Hello
>
> I was trying to find out solution for my problem but there were no
> perfect answers in google so I would like to ask You.
> I want to check if session is created by FileSession because of old
> session expired or new user with new session.
> I checked function is_new(), but it return 1 in both cases. Is there
> any solution for it?

No.

> Maybe it could be good to add information in new session when old
> session expired?

And how is it supposed to do that without keeping forever a record of
all old sessions?

Graham



More information about the Mod_python mailing list