Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] Session data gone after redirect (CI 2)
#6

[eluser]Kobus M[/eluser]
[quote author="arbme666" date="1296935817"]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.[/quote]

I do not redirect to another directory. My config is as follows (as I am still developing):

Code:
$config['cookie_domain']    = '.localhost';
$config['cookie_path']        = '/admax/';

Thanks arbme666.

Regards,

Kobus


Messages In This Thread
[SOLVED] Session data gone after redirect (CI 2) - by El Forum - 02-04-2011, 02:41 AM
[SOLVED] Session data gone after redirect (CI 2) - by El Forum - 02-05-2011, 01:54 AM
[SOLVED] Session data gone after redirect (CI 2) - by El Forum - 02-05-2011, 06:46 AM
[SOLVED] Session data gone after redirect (CI 2) - by El Forum - 02-05-2011, 06:56 AM
[SOLVED] Session data gone after redirect (CI 2) - by El Forum - 02-05-2011, 07:56 AM
[SOLVED] Session data gone after redirect (CI 2) - by El Forum - 02-05-2011, 09:56 AM
[SOLVED] Session data gone after redirect (CI 2) - by El Forum - 02-05-2011, 11:44 AM
[SOLVED] Session data gone after redirect (CI 2) - by El Forum - 02-05-2011, 03:01 PM
[SOLVED] Session data gone after redirect (CI 2) - by El Forum - 02-06-2011, 08:23 AM
[SOLVED] Session data gone after redirect (CI 2) - by El Forum - 02-06-2011, 08:37 AM
[SOLVED] Session data gone after redirect (CI 2) - by El Forum - 02-06-2011, 10:19 AM
[SOLVED] Session data gone after redirect (CI 2) - by El Forum - 02-06-2011, 11:26 AM
[SOLVED] Session data gone after redirect (CI 2) - by El Forum - 02-06-2011, 01:09 PM
[SOLVED] Session data gone after redirect (CI 2) - by El Forum - 02-18-2011, 03:14 AM
[SOLVED] Session data gone after redirect (CI 2) - by El Forum - 02-18-2011, 05:01 AM
[SOLVED] Session data gone after redirect (CI 2) - by El Forum - 02-18-2011, 09:36 AM
[SOLVED] Session data gone after redirect (CI 2) - by El Forum - 02-18-2011, 10:21 AM
[SOLVED] Session data gone after redirect (CI 2) - by El Forum - 02-18-2011, 08:39 PM
[SOLVED] Session data gone after redirect (CI 2) - by El Forum - 03-15-2011, 02:46 AM
[SOLVED] Session data gone after redirect (CI 2) - by El Forum - 03-15-2011, 05:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB