Thanks Dave.  You provide excellent insite on this list!



Michael W. Blair

Web Applications Developer
Canyon WebWorks
An Arizona Internet LLC Company
http://www.canyon.net
[EMAIL PROTECTED]
PHONE: (520) 773-9059
FAX:   (520) 773-4945

-----Original Message-----
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 12, 2000 9:17 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: Stuctures and Arrays, huh? :-)

> If I have a section on a site using session variables to let
> the area know the user is logged in. If I do a StructClear(session)
> will just this users session information specifically get
> cleared or will all session variables across the site get
> cleared knocking someone else logged in, out?

Just that user's session will be cleared. However, in 4.5, you'll not only
delete the session variables you've created, but also the ones created by
the system, such as CFID, CFTOKEN and SESSIONID, for that user. This might
cause unintended consequences when they next request a page.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
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.eGroups.com/list/cf-talk
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