Hi ParaSnake,
Thanks for your reply again. That tutorial was really great and gave me an understanding of sessions.
I have created mulitple login pages on diferent subdomains. I
don't want the user to be redirected after login though. If the user
chooses to visit another subdomain then they won't need to login again. Like the login session would valid for other subdomains.
This is what happens now:
1. User logs in to
www.site.com
2. User goes to sub1.site.com
3. User must log in
4. etc
This is what I'm hoping to do:
1. User logs in to
www.site.com
2. User goes to sub1.site.com
3.
No log in because user already logged in on another area of the site.
So basically, once a user has logged in once they are free to travel to other protected areas (subdomains) without logging in again.
Any help would be appreciated and thanks again for the great tutorial.
Cheers,
Jhon