Welcome Guest, Not a member yet? Register   Sign In
Multiple session entries
#3

[eluser]Unknown[/eluser]
[quote author="tomcode" date="1294795570"]what I can see :

Code:
// may cause multiple sessions for one visitor if set to true
$config['sess_match_ip']               = TRUE;

// allow all sub domains (www !) by prefixing with a point, else may cause multiple sessions for one visitor, are Your addresses clean w / wo www ?
$config['cookie_domain']        = ".foodomain.com";
[/quote]

I originally had sess_match_ip set to FALSE and it would do the same thing. I thought maybe setting it to TRUE would help.
The users ip address is not changing though. I should probably set it back to FALSE.

I could try changing the cookie_domain to include the period prefix. I'm pretty sure the user is just going to the domain without www.
All my links do not have www in them. The login form also posts to the domain without www.
But if it won't hurt anything I can simple add the period any ways.


Messages In This Thread
Multiple session entries - by El Forum - 01-11-2011, 12:35 PM
Multiple session entries - by El Forum - 01-11-2011, 01:26 PM
Multiple session entries - by El Forum - 01-11-2011, 01:40 PM
Multiple session entries - by El Forum - 01-11-2011, 01:54 PM
Multiple session entries - by El Forum - 01-11-2011, 02:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB