Ask a Question related to ASP.NET Security, Design and Development.
-
paul reed #1
Forms Authentication and Logging Out
Hi,
I am using Forms Authentication and it is working just great...someone tries
to access a form without logging in, they get routed to my login screen.
However, how do I implement logging out? I have a logout menu option where I
want to fire and ASPX page that does...what? What to do I null out or reset
so it requires them to log back in?
Thanks in advance,
Regards...Paul Reed
paul reed Guest
-
Forms Authentication Ticket isn't destroyed when logging out
I am using forms authentication on my web application which requires users to log in to add content on their website. Upon loggin out, i used the... -
Accessing htm files without authentication (forms authentication)
I have application with forms authentication. All works fine. When user opens .aspx file gets login form, login and then get the .aspx page. But... -
ASP.Net Forms authentication with basic authentication popup
Relatively new to ASP.Net but have a strange problem. My site uses forms authentication for a large administration section however after the user... -
Logging off with 'Windows Authentication'
Hi, I want to know if there is a method to have a 'log off'/'sign off' feature in a ASP.net application which uses 'Windows Authentication' mode... -
Forms authentication then redirection to a secure web with NT authentication?
Hi, I want to allow access to particular secured intranet web sites. These intranet are stored in sharepoint (2003 version) Actually I've... -
Fredrik Normén NSQUARED #2
Forms Authentication and Logging Out
You just simple call FormsAuthentication.SignOut()
/Fredrik Normén NSQUARED2
great...someone tries>-----Original Message-----
>Hi,
>
>I am using Forms Authentication and it is working justmy login screen.>to access a form without logging in, they get routed tomenu option where I>
>However, how do I implement logging out? I have a logoutnull out or reset>want to fire and ASPX page that does...what? What to do I>so it requires them to log back in?
>
>Thanks in advance,
>
>Regards...Paul Reed
>
>
>.
>Fredrik Normén NSQUARED Guest
-
Paul Reed #3
Forms Authentication and Logging Out
Fredrik,
Thanks so much...that did the trick.
Paul
I>-----Original Message-----
>You just simple call FormsAuthentication.SignOut()
>
>/Fredrik Normén NSQUARED2
>
>>great...someone tries>>-----Original Message-----
>>Hi,
>>
>>I am using Forms Authentication and it is working just>my login screen.>>to access a form without logging in, they get routed to>menu option where I>>
>>However, how do I implement logging out? I have a logout>>want to fire and ASPX page that does...what? What to do>null out or reset>.>>so it requires them to log back in?
>>
>>Thanks in advance,
>>
>>Regards...Paul Reed
>>
>>
>>.
>>
>Paul Reed Guest



Reply With Quote

