clearing the entire struct isn't dangerous in my experience, but it doesn't
free up server memory as efficiently as StructDeleting individual keys
(which takes longer to do, programmatically)
~Simon 

-----Original Message-----
From: Kevin Langevin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 27, 2000 11:07 AM
To: CF-Talk
Subject: RE: Force sessiontimeout??


I've read that structclear should be avoided as a dangerous tag, and that
you should explicitly kill each session variable for the session.  Thoughts
on this?

<CFUG-SFL Manager>
-Kev
</CFUG-SFL Manager>

> -----Original Message-----
> From: Simon Horwith [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 27, 2000 10:09 AM
> To: CF-Talk
> Subject: RE: Force sessiontimeout??
>
>
> NO.
> TO KILL THE SESSION, DO
> <CFSET STRUCTCLEAR("SESSION")>
> ~SIMON
>
> -----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.

----------------------------------------------------------------------------
--
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.

Reply via email to