On 10/5/06, Justin Holzer <[EMAIL PROTECTED]> wrote:
...
> If anyone does know of some drawbacks to using <cflogin>, other than needing
> a more complex system, I would certainly like to know what they are.

If the comments in blogCFC are correct, isUserAuth() (er, isAuthUser ;) will
return true if the user has been authed by the webserver (versus CF(your app)
itself).

I've been storing the user in a session var, and putting it in the
request for, well,
each request.  I'm silly and not 100% sold on OO though, or I'd switch all those
request["user"]["userID"]s to user.getUserIDs, I figure... well,
that's happening
anyway with the frameworks- but philosophically, ya know. =]

Jim, you are the man!  Again, thanks for sharing, and (IMO) plenty coherent!
Great stuff.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255756
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to