Welcome Guest, Not a member yet? Register   Sign In
Session data lost when database setting is enabled
#1

[eluser]f0rest[/eluser]
I have just started learning CI to create a website and default sessions worked without problems.

When I enable database support (in my config.php, following the guide) my sessions are stored in DB correctly and <?php print_r ($this->session->all_userdata()) ?> shows me all data I stored but just when the page is loaded at the first time.

If I just refresh or change the page, all my custom data is lost, I can only see
Code:
Array (
[session_id] => 6fe8325b7873279c2cbad2e24bd48893
[ip_address] => ::1
[user_agent] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36
[last_activity] => 1386408424 )

session_id is the same as before, but all my custom data are lost.

I tried all solutions found on google (cookie names, domain, etc) but none worded. Anyone can help me?


Messages In This Thread
Session data lost when database setting is enabled - by El Forum - 12-07-2013, 02:31 AM
Session data lost when database setting is enabled - by El Forum - 12-07-2013, 07:00 AM
Session data lost when database setting is enabled - by El Forum - 12-07-2013, 07:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB