No prob. I was a big fan of the CFLOGIN framework since it first came in, but I've been getting a bit fed up with all the "issues" surrounding it. It has security issues in the 6.X edition. Session-based cflogin is NOT secure in 6.1, and I believe the cookie version wasn't secure in 6.0. 7.0 fixes these problems. That being said though, it is still a pain to use, especially if you mix in web server side security. The CFLOGIN tag as a feature will integrate with that, which is fine, but causes a problem if you DONT want to use that. So for example, my free apps will break in such a case because they use CFLOGIN and assume no web server side security as well. I'm slowly moving them out for now and will soon stop using CFLOGIN completely. Just my 2 cents.
On 9/20/05, Pete Ruckelshaus <[EMAIL PROTECTED]> wrote: > Thanks Ray, that was it. I appreciate it. > > Pete > > On 9/20/05, Raymond Camden <[EMAIL PROTECTED]> wrote: > > You forgot to tie CFLOGIN to sessions. > > > > <cfset this.loginStorage="session"> > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:218709 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

