Yes. You store the CFID and CFTOKEN in your visitors table when a visitor signs in the first time along with a username, password and rememberMe attribute.
If cookies are enabled and rememberMe is true, the visitor passes. If cookies are disabled, the user logs in and you set the CFID and CFTOKEN f or the page and pass it from page to page, usually in a hidden form field or in the URL. This is a nice solution for clustered servers as well. Greg Alton CFDev ----- Original Message ----- From: "FARRAH NG" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, February 01, 2002 1:10 PM Subject: client side disable cookies > Hi all, > i believe most of the CF login sites need to have client side > browser cookie-enable in order the user can manaeuver freely > after login. how can can take care of the situation where the > client has disable the cookie in their browser ? does anyone > has the experience of building a login site where the client > browser does not need to have cookie enabled ? > > > > > > ----------------------------------------------------------------------- --- > Global Internet phone calls, voicemail, fax, e-mail and instant messagi ng. > Sign-up today at http://www.hotvoice.com > ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

