17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1697 Views |
-
how to take session data with you when you switch domains

6 December 2008 at 11:23am
Hi Gurus
Session data is bound to a domain - in our site, however, we want to switch the user from http://secure.mysite.com to http://nonsecure.mysite.com without loosing the session data. The sites are the same, but everytime we switch the session data is lost. Is there an easy way to save it in the database, retrieve it or get the session ID?
Thanks a million
Nicolaas
-
Re: how to take session data with you when you switch domains

6 December 2008 at 11:41pm
Make sure the client cookies are being set for the / domain instead of the xxxx.mysite.com subdomain and it'll probably work.
Check the current cookies settings with the Firefox developer toolbar or firebug...
| 1697 Views | ||
|
Page:
1
|
Go to Top |

