Welcome Guest, Not a member yet? Register   Sign In
Session data disappearing on redirect
#4

[eluser]pornnarnold[/eluser]
Further progress, I've been debugging the Session library and I found that an error was causing sess_read to fail.

The log error was: 'The session cookie data did not match what was expected. This could be a possible hacking attempt.'

What I've found from my hacking is that the cookie function of the input class is adding in slashes to the cookie data. As an example:

Code:
a:5:{s:10:\"session_id\";s:32:\"f322bbbc2aefde3ebf9e04e106f85ccc\";s:10:\"ip_address\";s:13:\"xx.xxx.xxx.xx\";s:10:\"user_agent\";s:50:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) App\";s:13:\"last_activity\";i:1310311640;s:4:\"test\";s:4:\"test\";}

I've tried setting the cookie to encrypt which would bypass this validation check function but that made no difference, so the issue must run deeper than just this but I feel like I'm making progress.

Does anyone know why the $this->input->cookie() function would be adding in or not removing slashes?


Messages In This Thread
Session data disappearing on redirect - by El Forum - 07-09-2011, 09:14 AM
Session data disappearing on redirect - by El Forum - 07-10-2011, 09:46 AM
Session data disappearing on redirect - by El Forum - 07-10-2011, 10:08 AM
Session data disappearing on redirect - by El Forum - 07-10-2011, 11:12 AM
Session data disappearing on redirect - by El Forum - 07-10-2011, 11:24 AM
Session data disappearing on redirect - by El Forum - 07-10-2011, 11:27 AM
Session data disappearing on redirect - by El Forum - 07-10-2011, 12:10 PM
Session data disappearing on redirect - by El Forum - 07-11-2011, 01:24 PM
Session data disappearing on redirect - by El Forum - 07-12-2011, 02:41 AM
Session data disappearing on redirect - by El Forum - 07-12-2011, 08:37 PM
Session data disappearing on redirect - by El Forum - 07-13-2011, 02:14 AM
Session data disappearing on redirect - by El Forum - 07-14-2011, 08:08 PM
Session data disappearing on redirect - by El Forum - 07-14-2011, 08:18 PM
Session data disappearing on redirect - by El Forum - 07-15-2011, 01:40 AM
Session data disappearing on redirect - by El Forum - 07-15-2011, 06:27 PM
Session data disappearing on redirect - by El Forum - 07-16-2011, 03:48 AM
Session data disappearing on redirect - by El Forum - 07-16-2011, 04:37 AM
Session data disappearing on redirect - by El Forum - 07-16-2011, 09:41 PM
Session data disappearing on redirect - by El Forum - 08-03-2011, 03:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB