How can one set up cookie-less sessions? More specifically, if you store your sessions in a database, once the user comes back how do you call that same session back?
I guess I still donšt understand how to keep user specific data maintained for a particular user. Because when you log off or the cookie expires, then you have no data for that user. Any insights are very welcome! /T