Re: [Phplib-users] Persistent sessions.
Brought to you by:
nhruby,
richardarcher
From: Chris J. <ch...@ch...> - 2002-11-08 03:44:07
|
On Thu, Nov 07, 2002 at 04:58:57PM -0500, Jesse Swensen wrote: > It has been a while since I delved into phplib. But I have been asked to > modify an existing site. When a user hits the site a session is started. > No need to authorize, just create variables to be persistent for that > session. Now the customer wants those variables to be persistent beyond the > current session. Otherwise, the session never expires. They want the variables to persist until when? Until the user comes back? How do you know it's the same user? By session ID? Might as well make the session never expire, then. Either I don't understand what you are asking correctly, or what the customer is asking for doesn't make sense. -- ..chris |