Hmm.. Beats me, but take a look at these functions in the PHP help: session.cache_expire specifies time-to-live for cached session pages in minutes, this has no effect for nocache limiter. Defaults to 180. session.cookie_lifetime specifies the lifetime of the cookie in seconds which is sent to the browser. The value 0 means "until the browser is closed." Defaults to 0.
session.gc_maxlifetime specifies the number of seconds after which data will be seen as 'garbage' and cleaned up. Might help, i got no other clue - Sorry :-( Examine how / which type of session you are using (cookie/url). That way you can follow the manual and possibly see where the problem may be. Stanley Cheung wrote: > yup, i found some parameter for SESSION, > but it has any effect when i change the value... > pls advise and help. thx! > > Stanley > > > Stanley wrote: > > > > > Hi all, > > > > > > can anyone tell me how can config "session timeout" > > > i know the default time is 180min, how can i make it shortly? > > > > > > pls advise. thx a lot! > > > > > > Stanley > > > > Did you look in PHP.INI ? > > I'm sure you'll find it in there. > > > > -- > > > > Michel Laine > > > > -- Michel Laine Engineer / Network Administrator SYSTEM TECHNOLOGY SWEDEN AB Phone:(+46)-8-982255 Fax:(+46)-8-982060 Snail mail: Vretenvagen 2, 171 54 SOLNA, SWEDEN E-mail: [EMAIL PROTECTED] WWW: http://www.systemtech.se -- PHP Windows 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]