Aki
Member since Jan 20, 2010
- Profile: /members/5222-aki.htm
- Comments: 6
Recent Blog Comments By Aki
-
ColdFusion Application.cfc Tutorial And Application.cfc Reference
Posted on Jan 22, 2010 at 3:05 PM
Setting idle timeout on cflogin will fix this: <cflogin idleTimeout="n"> CF default value for cflogin idle timeout is 1800 which is 30 min. Thank you for your help and setting me on the right track.... read more »
-
ColdFusion Application.cfc Tutorial And Application.cfc Reference
Posted on Jan 22, 2010 at 9:54 AM
Ok that makes sense now. I did notice that at times if expired session sits for a while I was able to login with user struct set. Would it be possible to do <cflogout> on OnSessionEnd() or maybe set timeout for the <cflogin>?... read more »
-
ColdFusion Application.cfc Tutorial And Application.cfc Reference
Posted on Jan 21, 2010 at 12:59 PM
Quick Update, I removed onapplicationstart from the root application.cfc and placed it into this one just to eliminate any possibilities. I am still getting same problem.... read more »
-
ColdFusion Application.cfc Tutorial And Application.cfc Reference
Posted on Jan 21, 2010 at 10:12 AM
Hi Ben, thanks for responding. The problem seams to stick one it pops up. So if I log in and get an error then it will stick until I log out and lag back in. I am not understanding what is the difference between <cflogout> and session expiring on it's own and loging back in after these 2 ev... read more »
-
ColdFusion Application.cfc Tutorial And Application.cfc Reference
Posted on Jan 20, 2010 at 10:26 AM
Hi Ben, I have a problem regarding the application.cfc and setting session.user struct. It seams to work just fine when user first logs in or after the manual logout, but if session expires and user tries to log back in I am getting session.user.xyz is not found. I am using j2ee for session manag... read more »