Re: [PHP] session.cookie_lifetime

2002-01-31 Thread Jon Drukman
At 10:27 PM 1/31/2002 -0400, Miles Thompson wrote: >>when a user logs in to my site, i load a bunch of stuff about them from a >>database and put it in session variables. right now i have the session >>expiration time set to a pretty large value. >> >>they can come back later in the day and sti

Re: [PHP] session.cookie_lifetime

2002-01-31 Thread Miles Thompson
At 05:15 PM 1/31/2002 -0800, Jon Drukman wrote: >At 09:03 PM 1/31/2002 -0400, Miles Thompson wrote: >>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 enou

Re: [PHP] session.cookie_lifetime

2002-01-31 Thread Jon Drukman
At 09:03 PM 1/31/2002 -0400, Miles Thompson wrote: >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

Re: [PHP] session.cookie_lifetime

2002-01-31 Thread Miles Thompson
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 suppose

[PHP] session.cookie_lifetime

2002-01-31 Thread Jon Drukman
is it possible to have session.cookie_lifetime different for each user? some users may want their cookies to live past a browser shutdown and others may not. i'd like to give them a choice, if possible. -jsd- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL P

[PHP] session.cookie_lifetime

2002-01-31 Thread Jon Drukman
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 co

[PHP] session.cookie_lifetime

2001-10-04 Thread Ben-Nes Michael
Hi All I configured apache + php on debian system The problem is that session is not destroyed when the browser closed. the php.ini is /usr/local/lib and working ( i tried to see if its affecting by putting engine = On to Off ) in php.ini this is set to 0 => session.cookie_lifetime = 0 /tmp i