Welcome Guest, Not a member yet? Register   Sign In
Problems with Encrypted CI Session
#1

[eluser]CodeIgniterNewbie[/eluser]
I set the following flashdata:

Code:
$this->session->set_flashdata('my_data', $my_data);

Then, on the next page, I am able to access it via:

Code:
var_dump ($this->session->flashdata('my_data'));

However, when I enable encryption, all I get from the var_dump is a false. This makes the session data useless, of course. What is going on? How am I supposed to access encrypted session data?


Messages In This Thread
Problems with Encrypted CI Session - by El Forum - 11-12-2010, 04:29 PM
Problems with Encrypted CI Session - by El Forum - 11-12-2010, 04:42 PM
Problems with Encrypted CI Session - by El Forum - 11-12-2010, 04:48 PM
Problems with Encrypted CI Session - by El Forum - 11-12-2010, 05:21 PM
Problems with Encrypted CI Session - by El Forum - 11-12-2010, 05:39 PM
Problems with Encrypted CI Session - by El Forum - 11-12-2010, 05:51 PM
Problems with Encrypted CI Session - by El Forum - 11-12-2010, 06:02 PM
Problems with Encrypted CI Session - by El Forum - 11-12-2010, 06:22 PM
Problems with Encrypted CI Session - by El Forum - 11-12-2010, 06:23 PM
Problems with Encrypted CI Session - by El Forum - 11-12-2010, 06:30 PM
Problems with Encrypted CI Session - by El Forum - 11-12-2010, 06:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB