Hi, I have a website called, http://www.website.com (not really but this is an example). I want users to login to this site but their account control panel will be on http://www.subdomain.website.com, so they need to be redirected over there when they login. I usually do logins with php sessions rather than cookies but i don’t mind really.
My question is, If they log on in the main site and are then directed to the sub domain, can they still remain logged on with either cookies or php sessions?
Many Thanks for your time.
Chris