Hello all,
 
What I'm trying to do is log the users out if they close their browser
window.  I have a client variable set for the jsessionID after the user logs
in and in application.cfm checking whether that client var equals to the
current jsessionID.... why does application.cfm not know what the client
variable is?  This worked before when all my variables were sessions.. now I
moved them all to client variables and this doesn't seem to work anymore...
It only works now if I move the logic to my index.cfm and checking it there
and logging the user out if the client var and the jsessionid are
different.. any ideas?
 
Also... when I delete all the client variables like
DeleteClientVariable("browserSession") it deletes the data field in the
CFDATA table... how would I delete the whole record when a user logs out?
 
Thanks,
Tim
 
 
 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to