I created a session management system which requires to login using user&password. The system works fine on any hosting, on the net. But ıt does not work on my local computer. After I login, when i try to visin any secure page, the system gives "you're not logged in" message.
What could be the reason for this?
session management on my local computer
Moderator: General Moderators
Are you sure your sessions are set up well on your local server?
If you prepend the following to your scripts, you might get some hints..
If you prepend the following to your scripts, you might get some hints..
Code: Select all
ini_set('error_reporting', E_ALL);
ini_set('display_errors', TRUE);