Re: [phplib] cookie that stay From: Kristian Koehntopp (kris <email protected>)
Date: 03/14/01

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>