Welcome Guest, Not a member yet? Register   Sign In
sessions and subdomains
#2

[eluser]CroNiX[/eluser]
Quote:Is the cookie that is created by the session class use URL data to validate it self
Not that I know of. I would guess it has to do with the $config['cookie_domain'] setting, although I haven't checked to see if the session cookies use these values (I assume they would). To use domain-wide, you'd need to make the cookie domain like ".yoursite.com" with a . in front. Then it should work on yoursite.com, www.yoursite.com, es.yoursite.com or whatever.

You can use firebug/firecookie or webkits debugger to see the names, values, domain, expiration, etc, of the cookies to see if they are being set correctly.


Messages In This Thread
sessions and subdomains - by El Forum - 07-12-2012, 06:58 PM
sessions and subdomains - by El Forum - 07-12-2012, 07:45 PM
sessions and subdomains - by El Forum - 07-12-2012, 07:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB