RE: [PHP-DEV] Sessions proposal

2001-11-30 Thread Jaime Bozza
I do something like this already with my user-defined session code. I can see a problem with trying to build something into the default session code and then trying to define those multiple contexts within the php.ini file. How many contexts? How would you tell automatically which context shoul

[PHP-DEV] Sessions proposal

2001-11-30 Thread André Næss
I find PHP session lacking in one area. In my applications I typically want to have a long timeout for adminstrators so that they don't have to log in all the time. A typical value is 2 hours. For users I prefer 15 minutes, based on the assumption that a user will go in, do his stuff, and leave. F