hey guys, i wonder if i'm doing anything wrong or I am just getting this wrong?
I'm loading a part of a of subdomain with jquery load(). just before i'm firing the load method i'm saving a password to a $_SESSION with php. The part of the subdomain i'm loading with jquery load() needs this password information.
Does this count as the same session, because I can't retrieve the $_SESSION information inside my loaded subdomain part?
Or isn't this working because I'm actually loading a part of DIFFERENT website so the session is a different one?
any idea?