[eluser]jasongodoy[/eluser]
Hello,
I might be not understanding sessions correctly, but I'm wondering if what I'm experiencing is normal expected behavior.
1. I've autoloaded the Session library.
2. I'm using MySQL to store session data in the database.
3. I've created a simple login page.
Simply by navigating to the login page to enter my user name and password creates a cookie and a new session record in my sessions DB. But I haven't logged in yet, so why is a session being created before I log in?
After logging in, the session record is updated in the DB.
Thanks for the knowledge.
J