You wouldn't happen to be trying to check a client variable before the
<cfapplication> declaration, would you?


--  Ben Doom
    Programmer & General Lackey
    Moonbow Software, Inc

: -----Original Message-----
: From: Tim Do [mailto:[EMAIL PROTECTED]
: Sent: Tuesday, June 24, 2003 1:10 PM
: To: CF-Talk
: Subject: Client Variable in application.cfm
:
:
: 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

Host with the leader in ColdFusion hosting. 
Voted #1 ColdFusion host by CF Developers. 
Offering shared and dedicated hosting options. 
www.cfxhosting.com/default.cfm?redirect=10481

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

Reply via email to