Welcome Guest, Not a member yet? Register   Sign In
Subdomain Sessions
#4

[eluser]Rick Jolly[/eluser]
According to the php manual, that should work. You could try setting the domain to an empty string which should make the cookie available to any application on the server.

EDIT: The Native Session library doesn't use the config session variables. You could edit the library and add the domain with the php function "session_set_cookie_params()" before "$this->_sess_run();" in the constructor.


Messages In This Thread
Subdomain Sessions - by El Forum - 07-23-2007, 06:32 PM
Subdomain Sessions - by El Forum - 07-23-2007, 08:31 PM
Subdomain Sessions - by El Forum - 07-23-2007, 10:58 PM
Subdomain Sessions - by El Forum - 07-24-2007, 12:06 AM
Subdomain Sessions - by El Forum - 07-24-2007, 02:50 PM
Subdomain Sessions - by El Forum - 02-19-2011, 09:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB