Yep, I know how to do it with cookies, works pretty good, but I realized a big percentage of users block cookies, so I prefer not to use them.
I do pass the session ID through the URL, but somehow, it still consider it as a new session when jumping from one domain to the other. Benja. On Fri, Jun 6, 2008 at 4:50 PM, Robert Swarthout <[EMAIL PROTECTED]> wrote: > The only other reliable way that I have seen used is to pass the session > id through the URL which search engines frown against. > > > On 6/6/08 10:47 AM, "Benjamin Fonze" <[EMAIL PROTECTED]> wrote: > > Correct. Since so many users block cookies nowadays... > > > On Fri, Jun 6, 2008 at 4:41 PM, Robert Swarthout <[EMAIL PROTECTED]> > wrote: > > When you say, "without using cookies" are you also implying that you do not > want to use session cookies? > > > > On 6/6/08 10:03 AM, "Benjamin Fonze" <[EMAIL PROTECTED] < > http://[EMAIL PROTECTED]> > wrote: > > Hi all, > > I'm using memcached to manage the PHP sessions (among other things) and it > works great. > > Now, I'm trying to share a session from my main domain, to a sub-domain. > (without using cookies) > I'm passing the session ID from one domain to the other, and set it using > session_id() however, the session is still another one, a new one. (With the > same session ID) > Is it because of sessions security? Is there a way to share a session > between different subdomains without using cookies? > > Thanks for your help! > > Cheers, > Benja. > >