Jared
Member since Jan 25, 2012
- Profile: /members/9532-jared.htm
- URL: http://intranet
- Comments: 2
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" /> <cfelse> <!--- User logg... 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.username" type... read more »