How to have a session that never expires ? |
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. |
Welcome Guest, Not a member yet? Register Sign In |