Re: Retrofit user login/validation

2003-09-29 Thread Thomas Chiverton
On Monday 29 Sep 2003 00:19 am, Jim McAtee wrote: Is it possible to add in a CF session based validation scheme to the site purely by implementing it within application.cfm? Sure, whack in a if not isDefined('session.auth') and referer not loginForm then include loginFrom exit elseif

Re: Retrofit user login/validation

2003-09-29 Thread Thomas Chiverton
On Monday 29 Sep 2003 10:25 am, Thomas Chiverton wrote: elseif referer is loginFrom check login if OK set session.auth fi fi Spot the deliberate mistake :-) s/ fi/else exitWrongLogin fi/ -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED]

Retrofit user login/validation

2003-09-28 Thread Jim McAtee
I've got to move a fairly extensive Intranet web site away from a company'soffice network where the site is protected using Windows ACLs and users loggedin agains an NT domain.My choices are basically 1) continue to use ACLs andcreate a new domain (or use local user accounts) on the web server and