that will kill all session on every page request (until the tiimeout is
increased) --in effec disabling sessions. If you just want to kill your
current session, create a page (killSession.cfm) and put this in it:
<cfset StructClear(Session)>
This will delete the session of the user that requests the page.
/s
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 27, 2000 9:51 AM
To: CF-Talk
Subject: Force sessiontimeout??
Hello all,
Does the Code below kill the session and destroy the
session variables?
<CFAPPLICATION NAME="TEST"
SESSIONMANAGEMENT="Yes"
SESSIONTIMEOUT="#CreateTimeSpan(0,0,0,0)#">
Thanks
Joe
-----
Sent using MailStart.com ( http://MailStart.Com/welcome.html )
The FREE way to access your mailbox via any web browser, anywhere!
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.