In most cases session objects are provided through the use of cookies. Myself I use session objects as they are easy to work with for the session. I use cookies for information that should be retained ...
Alright, so I have a couple of different websites, all of which allow for user login. They all access the same user database. I would like a user to be able to log in at one site, then visit another ...