Date: 03/14/01
- Next message: Kristian Koehntopp: "Re: [phplib] ie5.5 woes"
- Previous message: hhd99 <email protected>: "[phplib] How can I count the number of online users?"
- In reply to: Chris Johnson: "RE: [phplib] cookie that stay"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In netuse.lists.phplib you write:
>Yes, you can make the cookie lifetime any value you want.
But that would not help any. For a session, client data (the
cookie) and server data (the session data in the database or
filesystem) is needed. If you keep the cookie, but garbage
collect the session data away, the session is still lost. That
was why User was invented, it is probably more what you are
looking for (and strcutured user data storage would be even
better).
Kristian
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Kristian Koehntopp: "Re: [phplib] ie5.5 woes"
- Previous message: hhd99 <email protected>: "[phplib] How can I count the number of online users?"
- In reply to: Chris Johnson: "RE: [phplib] cookie that stay"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

