Ok, so i have a few websites, that are all linked to my main 1. I am coding them all and want to know if it is possible to link them all to the same database where they can sign in on 1 website, and go onto my other website and still be signed in on my other website with the same login details... I know you cannot use sessions, so i was wondering if it was possible with cookies? I don't know really anything about them as i have never had to use them before, but i was wondering if i could create it on the website they sign into, and then it either gets the information stored in a database accessible to to my other websites, or whether i can grab the cookie from the place where it is created... Im sure there is a way, i just cant find 1

Thanks.