I am working on a simple SESSION/COOKIE login system for a website on a standard shared hosting account. The problem is that neither sessions or cookies are stored. My code is 100% correct but the server is misconfigured.
I have noticed that there was no folder in which to store sessions so I created one and added a local php.ini file. Sessions are stored in that folder properly but they don’t work when I try to use them in my PHP website.
I have talked to support but they are very bad.
The server configuration is this: http://luttnerre.com/test.php
Thank you !
Have you checked the permissions on the specified directory? The php process needs to be able to write to it.