Hello all,
                StructDelete may have been a solution in CF4.0 and earlier.
                 Has anyone seen this post by allaire?

http://www.allaire.com/handlers/index.cfm?ID=14143&Method=Full&PageCall=/sup

                I dont know how you guys are getting structDelete to work
with CF4.5.
                Please read the above documentation by allaire.
                Maybe its working with CF4.5.1 and SP1, have not tested it
yet.

                Appretiate any help.

Thanks
Joe



----- Original Message -----
From: "Sean Brown" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, September 27, 2000 11:31 AM
Subject: RE: Force sessiontimeout??


> 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/cf-talk@houseoffusion.com/
> 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/cf-talk@houseoffusion.com/
> 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/cf-talk@houseoffusion.com/
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.

Reply via email to