Hello all. I'm still having trouble using cgi::session. I've been at it about a week and I think I am misunderstanding things in the doc and cookbook. Anyways, my question is, how can I access the session data of a user without the session id being passed directly (as a field in a form or through a query string). I'm asking this because what if a user visits another page and then comes back to mine and I wanted to keep that session alive. How would I access the users data if I'm not passing any sessionID over. And if I were to put this info in a file or something as such, how would I diferentiate between users to make sure I am accessing the proper session. Can anyone please help me understand what I am doing wrong here? I'm totally confused.