User login time

lawrence whittemore asked on February 13, 2015 21:05

Is there a way to set how long the login cookie lasts? would like users to have to re-login every day.

Recent Answers


Brenden Kehren answered on February 14, 2015 17:55

I don't see anything in the web.config settings for this. So you could create a global handler to handle the Authenticate event. In there you could update the cookie information to what you'd like.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.