<cfif NOT IsDefined('session.loggedin')>
<cfif IsAuthorized....>
<cfset session.loggedin = 1>
<cfelse>
[back to login form maybe]
</cfif>
<cfelse>
Logged In.
</cfif>
Once the user logs in correctly, the IsAuthorized check will never be run
until the session expires. You could easily use cookies or client vars,
etc.
Off the top of my head, but should be fine.
> -----Original Message-----
> From: Milhon, Grady [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 08, 2000 3:59 PM
> To: [EMAIL PROTECTED]
> Subject: Application Security
>
>
> I want to secure my application allowing only certain NT users
> access to it.
> I have it working but must use an IsAuthorized() on very page. Can you
> check the IsAuthorized once, like in the application.cfm. I use the
> application.cfm for login and checking IsAuthenicated. Please
> help me with
> this, I am pulling hair out.
>
> Thanks,
>
> Grady Milhon
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>
> ------------------------------------------------------------------
> ------------
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
> _talk or send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.