Welcome Guest, Not a member yet? Register   Sign In
How to have a session that never expires ?
#4

The problem is here

PHP Code:
$config['sess_save_path'] = NULL

When using the file driver the value must be an absolute path to the folder to be used for the session files.

Read the Files Driver Documentation until you see the comment about absolute paths.
Reply


Messages In This Thread
RE: How to have a session that never expires ? - by dave friend - 06-12-2018, 11:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB