Hi guys,
Can somone please help!
No matter what i try, whenever i leave a browser window, i lose the session.
I can open new tabs, i can go to differnt page on other site, then copy and paste back to the page, and the session is there...
But as soon as i close the browser, the session is gone?
Any help would be great.
i added this to the top:
session_start();
ini_set('session.gc_maxlifetime',30);
ini_set('session.gc_probability',1);
ini_set('session.gc_divisor',1);
=========================================
Also, on a second question, how can i keep a session active for 24hrs -- i cannot use cookies on the hosts machine, it has to be on my server.
Thanks for any help.
Regards.