I seem to have problems related to cookies, as I keep getting logged out after I log in - so while I do get access to the admin area I will have to enter my user-data over and over again for each and every new page.
Where exactly is information such as the cookie settings stored, I didn't find anything in the config.php nor within the configuration table in the database.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I seem to have problems related to cookies, as I keep getting logged out after I log in - so while I do get access to the admin area I will have to enter my user-data over and over again for each and every new page.
Where exactly is information such as the cookie settings stored, I didn't find anything in the config.php nor within the configuration table in the database.
The cookie storage path is defined in php.ini - you need to make sure that the path exists and is writeable by the web server process.
Sessions are saved, but somehow the system won't take the session-cookie that is used...