> it on every admin page. The secure.cfm just checks to see if
> a session.logged is true or not. What benefit would CFLOGIN
> or something like that would have over something i have in cf4.5?
CFLOGIN doesn't rely on Session variables.
You won't have to CFINCLUDE anything, if you've structured things properly.
It can be used to control access to CFC methods.
You can use the IsUserInRole function anywhere within your code, to see if
someone is authorized to do something.
All of these things could be seen as advantages.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

