If you want persistence then use a cookie to
- store the information
- to provide a key for fetching data from a database
or accept that if preservation of inter-invocation data is impt enough to 
require registration of users and a login if the client has cookies turned off.

Sessions are supposed to be evanescent!

(If someone else has responed, forgive me.)

Miles


At 12:37 PM 1/29/2002 -0800, Jon Drukman wrote:
>can you change session.cookie_lifetime on the fly?  some users might want
>their sessions to persist between browser invocations, and others might want
>their sessions to expire.
>
>-jsd-
>
>
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to