Jump to content

php session timeout


ScrewLooseSalad

Recommended Posts

your need to set session.gc_maxlifetime to a longer value. you must do this before every session_start() statement.

 

if you are on a shared web server, you must also make you own folder for the session data files and set your session.save_path setting to point to the folder.

Link to comment
https://forums.phpfreaks.com/topic/277757-php-session-timeout/#findComment-1428916
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.