logged in. It seems like if you need this feature, you may as well store
the sessions in a table and just store a sessionID cookie (or use a session)
to associate the user with the row in the table. I just like to have a
little more control and options than what CFLOGIN gives you. Granted, it
makes it very easy for simple login, logout and rights and roles checks, but
it doesn't give me everything I need.
John Burns
-----Original Message-----
From: Raymond Camden [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 25, 2003 9:56 AM
To: CF-Talk
Subject: RE: CFLogin
There is always a fine line between doing too little and doing too much. I
think cflogin hits the sweet spot myself. By NOT forcing you to use a db, it
allows you to easily switch your authentication methods without having to
update your entire site. Also do not forget that the security system can be
tied to CFCs as well with the use of the roles attribute.
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

