Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter Cookies Leaving A Bitter After Taste
#2

[eluser]Cro_Crx[/eluser]
Hey TheFuzzy0ne

Might be possible that your cookies aren't being delete, maybe? Obviously if you turn off encryption and the cookies are still encrypted from before it's not going to work. If you have another browser, try using it (as it'll have diff cookies stored). I'm assuming your setting them to be encrypted in the config.php and not doing them manually?

You can print out all of the session variables for debugging by using:

Code:
print_r($this->session->userdata);


Messages In This Thread
CodeIgniter Cookies Leaving A Bitter After Taste - by El Forum - 05-21-2009, 04:34 AM
CodeIgniter Cookies Leaving A Bitter After Taste - by El Forum - 05-21-2009, 07:41 AM
CodeIgniter Cookies Leaving A Bitter After Taste - by El Forum - 05-21-2009, 08:11 AM
CodeIgniter Cookies Leaving A Bitter After Taste - by El Forum - 05-21-2009, 08:18 AM
CodeIgniter Cookies Leaving A Bitter After Taste - by El Forum - 05-21-2009, 08:21 AM
CodeIgniter Cookies Leaving A Bitter After Taste - by El Forum - 05-21-2009, 12:52 PM
CodeIgniter Cookies Leaving A Bitter After Taste - by El Forum - 05-21-2009, 08:44 PM
CodeIgniter Cookies Leaving A Bitter After Taste - by El Forum - 05-22-2009, 03:31 AM
CodeIgniter Cookies Leaving A Bitter After Taste - by El Forum - 07-10-2009, 10:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB