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
Carry session to new browser
Moderator: General Moderators
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
Things you might want to look into: session.save_path, session.gc_maxlifetime, session.cache_expire