Community Member Profile
- Profile: /members/9532-Jared.htm
- URL: intranet
- Comments: 2
- Points: 21
Recent Blog Comments By Jared
-
Creating A "Remember Me" Login System In ColdFusion
Posted on Jan 25, 2012 at 3:33 PM
Sorry, Accidentally added extra info for Application.cfc. Application.cfc - Change <cfif SESSION.User.ID eq 0> <!---User is not logged in - include the login page regardless of what was requested.---> <cfinclude template="login.cfm" /> <c... read more »
-
Creating A "Remember Me" Login System In ColdFusion
Posted on Jan 25, 2012 at 3:28 PM
Ben, This is a great article and I was able to integrate CFLOGIN and CFNTAUTHENTICATE by modifying the code slightly. I thought I'd share for those who are using Windows Authentication. Application.cfc - Change <!--- Param the form values. ---> <cfparam name="FORM.u... read more »



