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 computer.  The scenario is this.  

I log into computer A and my sessionID is MyApp_1111_11111.  I forget to log 
off and go home.  I input my username and password.  The system tells me that 
I'm already logged on and asks me if I want to close my old session.  If I 
click on Yes, the system will query the DB and based on my userID it will 
return my old sessionID.  At the very least I want to change my 
session.user.isLoggedIn = 0 for sessionID MyApp_1111_11111.  Afterwards the 
system will log me and create a new sessionID, MyApp_2222_22222 or some other 
ID.

TIA,
Won 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277663
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to