Mike,

To answer your question, it seems to be tied to a particular browser (IE 7
or 8) on a particular computer (ie IE 7, 8 work for most users).

Also, re: session variables, looking in CF Admin, it looks like we have "Use
J2EE Session Variables" as well as "Enable Application Variables" and
"Enable Session Variables".  I'm not sure what related measures we have in
the code other than settings in cfapplication, as follows:
------------------------------------------------------------
<cfapplication name="#request.ApplicationName#"
    clientmanagement    = "Yes" 
    sessionmanagement   = "Yes" 
        setclientcookies        = "Yes" 
        sessiontimeout          = "#REQUEST.SessionTimeout#" 
        applicationtimeout      = "10" 
        clientStorage           = "#request.dsn#">
------------------------------------------------------------





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349207
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to