Benja, The cookie issue is probably outside this list, but the way you share cookies among the domain and subdomains is by specifying the cookie domain differentlty. ".domainname.tld" instead of www.domainname.tld or "subdomain.domainname.tld" when you create the cookie. The leading dot "." is important.
-Stephen On Fri, Jun 6, 2008 at 10:41 AM, 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]> 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. > > > > -- > Schematic > Robert Swarthout > Software Developer > > 1 678-651-2800 Office > 1 678-651-2802 Fax > 1 678-701-5135 Cell > > [EMAIL PROTECTED] > http://schematic.com >