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

Reply via email to