Community Member Profile
- Profile: /members/8549-Tanvir.htm
- Comments: 2
- Points: 21
Recent Blog Comments By Tanvir
-
Testing ColdFusion Session Cookie Acceptance
Posted on Jul 6, 2011 at 12:55 PM
CF9 --- Losing session: Application.cfc this.sessionmanagement = true; this.setClientCookies = false; I load a Login page, authenticate the user name and password. Once authenticated, I take them to secure websi... read more »
-
Testing ColdFusion Session Cookie Acceptance
Posted on Jun 28, 2011 at 1:16 PM
If I set in application.cfc (CF 8) this.sessionmanagement = true; this.setClientCookies = false; I am losing my sessions Where as if I do this.sessionmanagement = true; this.setClientCookies = true; I maintain my sessions. ****************************... read more »



