I know what you mean about the flakyness - we do use it but in at least one system we spent a lot of time chasing some odd behaviour.
CFLOGIN does very little it seems to me, so if you want to avoid it why not just mimick it by establishing your own session variables. session.userID, session.roleslist, session.loginstate or the like. Test for loginstate in Application.cfm (or equivalent) and if not logged in redirect to login page. Its nice to store the URL that the user was trying to get to and take them there after a successful login. It means you cannot use the built in functions associated with CFLOGIN but its easy enough to simply access your own variables. my 2pence worth. Mike On Sun, 20 Mar 2005 21:13:12 -0600, Russ Unger <[EMAIL PROTECTED]> wrote: > > > CFLOGIN framework allows for that, too, but I don't find it > > > to be easy nor reliable. > > > > What about it do you find not easy or reliable? There are > > some known issues > > with it, but they may not affect you. > > My success with it has simply been sketchy. I'd prefer not to go down > the path of trouble-shooting that at the moment, but instead finding a > different solution that's quick and simple. If everyone is set on > CFLOGIN, then it's more than possible that I've done something wrong in > the past, but that's simply not a route at the top of my list. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199521 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

