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.
