It's intent is one thing.  It's practicality is another.

I never use session scope to maintain state.  I use client scope and store 
client variables in a database.  I let the database worry about what it is 
good at - locking, so I don't have to worry about it.

best,  paul

At 04:54 PM 12/12/02 -0500, you wrote:
>The Client scope isn't really intended to behave the same way as the Session
>scope - it's intended more for long-term user data storage, rather than
>storing data during an individual visit.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to