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