Page 2 of 2

Posted: Fri Sep 02, 2005 5:33 pm
by Jim_Bo
Hi,

if I want to save the session data within my public dir in a folder calles sessions .. how would it be writen into php.ini?

I have allready got register_globals turned off within php.ini file

When I tried to carry the session across the original browser was still open .. would the session have a timeout anyway rather than being destoyed upon the browser closing?

Thanks

Posted: Fri Sep 02, 2005 6:57 pm
by timvw
All your questions are answered at http://www.php.net/session ;)

Things you might want to look into: session.save_path, session.gc_maxlifetime, session.cache_expire