|
All, The odd part of this is that on my 127.0.0.1 dev
environment, it works fine. Or in Netscape on the live site, it works fine.
This is only on the live version, in IE. I have this code in my application.cfm file: <cfapplication name="loginApp"
sessionmanagement="Yes" clientmanagement="yes"
sessiontimeout=#CreateTimeSpan(0,0,45,0)#> <CFLOCK timeout="30"
name="#session.sessionID#"> <cfparam
name="Session.UserID" default=""> <cfparam
name="Session.Password" default=""> </CFLOCK> <cfif IsDefined("Cookie.CFID") AND
IsDefined("Cookie.CFTOKEN")> <cfset cfid_local = Cookie.CFID> <cfset cftoken_local = Cookie.CFTOKEN> <cfcookie name="CFID"
value="#cfid_local#"> <cfcookie name="CFTOKEN"
value="#cftoken_local#"> </cfif> Any ideas? Thanks in advance for any light you can shed! |
