Alex,

>          What does this function do? It delete all session variables
>          in the specified session or it delete All session variables.
>
structclear(session) will only delete the sessions variable for that user.

Session variables should not be available to other users and not to the
server either, so you won't be able to run a scheduled task that runs on the
server and checks session variables and deletes them given certain criteria.
However, when a user hits a LOGOUT button this function will delete all
thier session variables.

Regards

Stephen

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