editing session variables

2007-05-10 Thread Won Lee
Hi, I want to edit the values of someone else's session variables. I have a session variable named session.user.isLoggedIn. I want to set it to 0. I have the session.sessionID. The reason I want to do this is because I want to be able to close my old session when I log in from another

Re: editing session variables

2007-05-10 Thread Mike Chabot
The two main ways to do this are using the coldfusion.runtime.SessionTracker object, or using a structure in the application scope to track valid sessions. This has been discussed before on this list, so you should be able to find some good information. I also remember reading some good info on

Re: editing session variables

2007-05-10 Thread Andrew Scott
The best approach is to use the know trick to expire the cookies when the browser closes. But this still holds that info in the session for the length of time that the session lives for, so the best thing to do is to ignore session id's and then allow the application to set a GUID for the user in