Re: [PHP] SESSION expiry time setting

2005-11-18 Thread Chris Shiflett
Angelo Zanetti wrote: I've been searching for where the time is set for a session to expire but had little luck. I think you might be looking for the session.gc_* directives. These control the session mechanism's garbage collection. Hope that helps. Chris -- Chris Shiflett Brain Bulb, The

Re: [PHP] SESSION expiry time setting

2005-11-18 Thread David Grant
Hi Angelo, You might want: session.cookie_lifetime = Obviously this only has an effect if the session.use_cookies directive is set to "1". Cheers, David Grant Angelo Zanetti wrote: > Hi guys. > > I've been searching for where the time is set for a session to expire > but had little luck. >

[PHP] SESSION expiry time setting

2005-11-17 Thread Angelo Zanetti
Hi guys. I've been searching for where the time is set for a session to expire but had little luck. in the PHP.ini file I found: session.cache_expire which specifies the time in minutes but is this what sets the session to timeout once the setting time has been surpassed? Or am I looking

Re: [PHP] Session expiry issues in IE, still.

2004-01-05 Thread Chris Shiflett
Hi Tarrant, --- Tarrant Costelloe <[EMAIL PROTECTED]> wrote: > I wrote to the list a couple of days ago about issues Planet-Tolkien.com > members were experiencing with Internet Explorer, where their PHP based > $_SESSION seemed to be expiring very speradically, where as Mozilla and > Opera browse

[PHP] Session expiry issues in IE, still.

2004-01-05 Thread Tarrant Costelloe
php-general, I wrote to the list a couple of days ago about issues Planet-Tolkien.com members were experiencing with Internet Explorer, where their PHP based $_SESSION seemed to be expiring very speradically, where as Mozilla and Opera browsers this issue was not occuring and they would stay logge

RE: [PHP] session expiry

2002-05-01 Thread John Holmes
, 2002 4:58 AM > To: php > Subject: [PHP] session expiry > > Hi all, > > I'm a little confused after reading some of the user notes on the session > pages in the manual. > > I have a perfectly functioning script which i'm happy with which is > managing > al

[PHP] session expiry

2002-05-01 Thread Justin French
Hi all, I'm a little confused after reading some of the user notes on the session pages in the manual. I have a perfectly functioning script which i'm happy with which is managing all my sessions. However, the sessions ends when the browser is closed (or they log out). I wish to modify the log

[PHP] Session expiry problem

2001-02-17 Thread Mike Yuen
I'm using IE 5 to view a page i'm building for a client of mine. The problem is, on some pages when you press the "Back" button, I get an expiry message. To temporarily fix this problem, i've opened new windows everytime a link is clicked on. This is a pretty unelegant solution but I hope someo