> > OK, I just got our intranet migrated to MX on our development server
> > using the CFLOGIN for user security. However, my managers find it
> > unacceptable that users have to login again if they close the browser
> > window. Does anyone have any suggestions for work arounds?
>
> Using cookies is the best way around this.  As soon as a user
> logs in, store their authentication information to a cookie
> and then on the login page, write code to read your cookie
> and auto-log them in if it exists.

The CFLOGIN tag already sets a cookie. You can simply rewrite this cookie as
a persistent cookie using the CFCOOKIE tag. Note that CFLOGIN authentication
will still time out after the specified inactivity period.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to