Thanks for your ideas. I forgot to mention that we are using windows authentication but the user wants to force a login because some users work on more than 1 PC so he wants to force a login if the browser is closed and they type in a full url to bypass
the default.aspx page. I am putting a check at the start of each page and redirecting them to default.aspx if one cookie is missing.
Ranjan_Suvid...
Member
44 Points
15 Posts
Re: Removing authentication or cookie
Jun 30, 2012 05:46 AM|LINK
in the Session_End of Global.asax file put the following code...
Project Leader
dlchase
Member
236 Points
385 Posts
Re: Removing authentication or cookie
Jun 30, 2012 12:21 PM|LINK
Thanks for your ideas. I forgot to mention that we are using windows authentication but the user wants to force a login because some users work on more than 1 PC so he wants to force a login if the browser is closed and they type in a full url to bypass the default.aspx page. I am putting a check at the start of each page and redirecting them to default.aspx if one cookie is missing.