I just noticed the URLed article contains the following:
====================================
Personally, I require cookies on all of my sites, and I then provide
adequate security and cookie information to the users who are refusing or
unable to accept cookies so they know why we require them. I prefer
setting CFID and CFTOKEN to a "session-only" cookie so that the session is
destroyed when the user closes their browser:
<CFCOOKIE NAME="CFID" VALUE="#CFID#">
<CFCOOKIE NAME="CFTOKEN" VALUE="#CFTOKEN#">
I then detect whether the user is able/willing to accept cookies, and
redirect them to an information page if they are not, using some
permutation of:
===============================
I did some testing recently, and found if the browser was set to NOT accept
cookies, that the above session-only/browser-only cookies were accepted.
Did I screw up in my test?
best, paul
At 12:52 PM 9/30/00 -0400, you wrote:
>On 9/30/00, paul smith penned:
> >Detailed docs on setting up client vars in a DB and more are here:
> >
> >http://www.advantex.net/ColdFusion/CFClusteringDoc.htm
>
>Good article, but it doesn't impress the point that session variables
>must be locked. Which is why I switched to client variables. The fact
>that the application becomes clusterable is simply a nice side-effect
>for me. :)
>
>I do like the idea of adding the timeout query as a stored procedure.
>--
>
>Bud Schneehagen - Tropical Web Creations
>
>_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
>ColdFusion Solutions / eCommerce Development
>[EMAIL PROTECTED]
>http://www.twcreations.com/
>954.721.3452
>------------------------------------------------------------------------------
>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.