Skip to main content

Posts

Showing posts with the label session-timeout

Few questions about PHP sessions

I have a few a few question about php sessions: Since the default value for session.gc_maxlifetime is 24 mins then that means any session file that isn't modified for 24 mins will be deleted and the session will expire automatically.