Answers for "change php session default time limit"

PHP
1

default time of session in php

24 minutes
It depends on the server configuration or the relevant directives session. gc_maxlifetime in php. ini . Typically the default is 24 minutes (1440 seconds), but your webhost may have altered the default to something else
Posted by: Guest on June-16-2020

Browse Popular Code Answers by Language