Is there a way to set how long the login cookie lasts? would like users to have to re-login every day.
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.
Please, sign in to be able to submit a new answer.