First, I would look to say I seached the forum archive for the answer to this newbie question, but nothing came up. Sorry.
You know how logging in to mail.yahoo.com also logs u into calendar.yahoo.com? I'm trying to do something similar.
I used sessions WITHOUT cookies to create the original login system. If I want that same session to span across all subdomains, do i need to implement cookies?
If not, can u tell me what I need to do? Or direct me to a turtorial?
Sessions Across Multiple Subdomains
Moderator: General Moderators
Security, indeed.
What if you owned sub1.jsj234.com, and another person owned sub2.jsj234.com? Then, the sessions created by sub1 would be the same as in sub2.
Hopefully there will be a fix, or something that works around that, without having to use cookies.
Though, Yahoo does use cookies. (I think :/)
What if you owned sub1.jsj234.com, and another person owned sub2.jsj234.com? Then, the sessions created by sub1 would be the same as in sub2.
Hopefully there will be a fix, or something that works around that, without having to use cookies.
Though, Yahoo does use cookies. (I think :/)
If you have access to one you could always chuck the session information into a Mysql Database so that the other sub-domain has access to the information.. you would then just need to send a variable to the other sub-domain letting it know where the session details were in the database.
Don't know why I didn't think of this in the first place.. doh!
I'm off to try it now.
Don't know why I didn't think of this in the first place.. doh!
I'm off to try it now.
