I've seen an abundance of old tutorials on creating cold fusion login functionality. this is simply a form page with username and password which submits to an action page containing a lookup query e.g. )select * from users where memberID = '#form.member#' and userpass = '#form.userpass#') then setting session variables.
I've noticed these tutorials are very, very old. Is there a new an improved way to create login functionality. I am building an extremely simple application in which only members can login. There are no requirements on how this should work; only store the user information in a database. If they forget or loose this informatin, then have to create a new member account. Any samples, links, or tutorials would be greatly appreciated. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4551 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
