Welcome Guest, Not a member yet? Register   Sign In
Session data lost between redirects
#9

[eluser]arbme666[/eluser]
Just an idea... do you redirect to another directory?

If so the probem may lie in you cookie settings in config.php. You may have the cookie locked to a certain directory so when you redirect to a different one the cookie is not sent thus having no session data.

config.php
Code:
$config['cookie_domain']    = '.example.com';
$config['cookie_path']        = '/';

Make sure you have a trailing forward slash for cookie path and a fullstop in front of the domain.


Messages In This Thread
Session data lost between redirects - by El Forum - 02-05-2011, 01:59 AM
Session data lost between redirects - by El Forum - 02-05-2011, 02:35 AM
Session data lost between redirects - by El Forum - 02-05-2011, 04:55 AM
Session data lost between redirects - by El Forum - 02-05-2011, 05:02 AM
Session data lost between redirects - by El Forum - 02-05-2011, 06:43 AM
Session data lost between redirects - by El Forum - 02-05-2011, 06:54 AM
Session data lost between redirects - by El Forum - 02-05-2011, 06:57 AM
Session data lost between redirects - by El Forum - 02-05-2011, 06:59 AM
Session data lost between redirects - by El Forum - 02-05-2011, 08:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB