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

[eluser]matt.asbury[/eluser]
I have but never through SSL. I would assume as long as your are not performing an interim redirect between pages then you shouldn't have issues. If you are using a redirect, e.g.

page1 (set flashdata)
page2 (check some value and redirect)
page3 (retrieve flashdata fails because of the redirect)

then of course this will fail but you can counteract this using:
Code:
$this->session->keep_flashdata('my_data');
at the page2 stage just before the redirect.


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