Authentication timeout = no?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
One i forgot how to do. I want to set the time out to never on authentication.
.... timeout="60"> is my current how do i set timeout="never">

thanks
i know this is an easy one but got a writer's block today.
 
You don't set it in the timeout. The timeout is an integer only.

Look at the function RedirectFromLogin when redirecting after the user has
been authentication. The second parameter is for setting a persistant
cookie. Basically one that saves their login information (like when a user
sets a Remember Me checkbox when loggin in).

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
Thank you for responding.
I know, figured it out a hour later after a break. And it's not like i
having done this before. What can i say , bad day!!
Thanks
--
thanks (as always)
some day i''m gona pay this forum back for all the help i''m getting
kes


Mark Fitzpatrick said:
You don't set it in the timeout. The timeout is an integer only.

Look at the function RedirectFromLogin when redirecting after the user has
been authentication. The second parameter is for setting a persistant
cookie. Basically one that saves their login information (like when a user
sets a Remember Me checkbox when loggin in).

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top