Session creates new session id on every page load |
[eluser]Unknown[/eluser]
A recent change in CI-Reactor was made to the session table (user_agent was changed from a length of 50, to 120). The CI User Guide that is available from the website has yet to be updated with the latest version. The proper sql for the session table is as follows: Code: CREATE TABLE IF NOT EXISTS `ci_sessions` ( This change can be found at the Bitbucket repo here. |
Welcome Guest, Not a member yet? Register Sign In |