Login | Forgot password | Register
What is OpenID?
OpenID is an Internet-wide identity system that allows you to sign in to many websites with a single account.
With OpenID, your ID becomes a URL (e.g. http://username.myopenid.com/). You can get a free OpenID for example from myopenid.com.
For more information visit the official OpenID site.
Archive
SilverStripe Forums » Archive » how to take session data with you when you switch domains
Our old forums are still available as a read-only archive.
|
Page:
1
|
Go to End | |
| Author | Topic: how to take session data with you when you switch domains | 735 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...
| 735 Views | ||
|
Page:
1
|
Go to Top |

