Thanks much John,

I have about 8 different pages that are all session linked. Do I have to add this ini_set() at the beginning of all the session_start() calls on all these pages.

Thanks again and I am sorry if my question sounded lame.

Pushpinder Singh

On Friday, January 23, 2004, at 11:49 AM, John Nichel wrote:

Pushpinder Singh wrote:

Thanks John,
I dont have rights t change this value for my webserver. I only want this value to be changed for my application. Is there a way to take care of this ? Thanks again !!
Pushpinder

Before you call session_start()....


ini_set ( "session.gc_maxlifetime", "number of seconds" );

http://us3.php.net/ini_set

--
By-Tor.com
It's all about the Rush
http://www.by-tor.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to