Persisting Session Across Domains

2007-05-07 Thread Paul Webster
I have a project with various areas accessible and only accessible via certain domains sub domains etc. This was fine as it was a pretty simple site just providing information with no need for logins etc, but of course the site has currently evolved and now will be providing some user options and

Re: Persisting Session Across Domains

2007-05-07 Thread John David Anderson (_psychic_)
On May 7, 2007, at 2:08 PM, Paul Webster wrote: I have a project with various areas accessible and only accessible via certain domains sub domains etc. This was fine as it was a pretty simple site just providing information with no need for logins etc, but of course the site has

RE: Persisting Session Across Domains

2007-05-07 Thread Paul Webster
Of John David Anderson (_psychic_) Sent: Tuesday, 8 May 2007 8:55 a.m. To: cake-php@googlegroups.com Subject: Re: Persisting Session Across Domains On May 7, 2007, at 2:08 PM, Paul Webster wrote: I have a project with various areas accessible and only accessible via certain domains sub domains

Re: Persisting Session Across Domains

2007-05-07 Thread rrogers
I actually encountered this recently myself, developing a cake application. After going about it in a real backwards way I found out that sending the Session ID via a get var is one method: http://us2.php.net/manual/en/ref.session.php the way I did it was by serialize()ing the session contents