please help me logging to cross site.
i have few domains with 1 user system. i’m trying to have a login script past few days sharing sessions. if i use $_GET i could solve it easily. but i don’t want it.
is there any other way? any idea? any experience?
forexample:
- www.domain1.com , www.domain2.com
- if i login using my id at www.domain1.com then i also should be logged at www.domain2.com automatically.
P.S:
- i use adodb.
- i have tried to use iframe. but mostly it was unsuccessful.
- past few days i read about cookie so many times and google-d about it. but all of them were unsuccessful too.
Thank you.