How long is a session stored? And can i edit it?
Thanks
How long a session is stored?
Moderator: General Moderators
have a look at your session.gc_maxlifetime in your php.ini file
that is the number of seconds your session will persist before being cleaned up by the system
and yes, you can edit it
that is the number of seconds your session will persist before being cleaned up by the system
and yes, you can edit it
Code: Select all
$_SESSION['var'] = $new_data;Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.