View Single Post
  #4 (permalink)  
Old 08-15-2005, 05:26 PM
Deadeye's Avatar
Deadeye Deadeye is offline
Moderator
 
Join Date: Aug 2005
Location: San Diego, CA
Posts: 274
Send a message via MSN to Deadeye
Quote:
Obviously I can set up a link to end the session (or log-out), but that isn't any different than a cookie, is it? If I navigate away from the page with the session, does that end the session?
The session ends when the user closes there brower. e.g. IE, Firefox etc.

If you trully want to securly pass data from page to page you will have to encrypt it and decrypt it durring every pass, or encrypt it and put it into a session variable and then decrypt when you want to use that information.

Wesley
Reply With Quote