forms-authentication
How to read the ReturnUrl query parameter from Loginpage in my MVC 3 controller?
I have this url in my login page: http://localhost:5550/login?ReturnUrl=/forum/456 I have this controller:[详细]
2023-03-14 15:55 分类:问答FormsAuthentication LoginUrl [duplicate]
This question already has answers here: MVC Forms LoginUrl is incorrect (8 answers) Closed 6 years ago. I am at a total loss here. This was working earlier. I have an MVC3 app using forms a[详细]
2023-03-14 15:40 分类:问答Context.User.Identity.Name vs HttpContext.Current.User.Identity.Name
In aspx.net, what is the difference between Context.User.Identity.Name and HttpContext.Current.User.Identity.Name[详细]
2023-03-14 15:11 分类:问答Logout member on browser close
How can I configure my membership prov开发者_StackOverflowider to not use persistent cookies (i.e. to ensure that the member is logged out when the browser is close)?That\'s the default behavior of th[详细]
2023-03-14 09:52 分类:问答Cant login in asp.net form as previously registered user
I used the Login control in my ASP.NET form.A database was created- ASPNETDB. But once I create a user and then execute the form next time,I cant login, i.e., I\'ve to register as a new user e开发者_如[详细]
2023-03-14 05:06 分类:问答Session management for unauthenticated users
I have a strange question about session management. I implemented a form chain and after forms are completed a model is saved to database but that model has fields like create_user, update_user and s[详细]
2023-03-13 16:41 分类:问答asp.net single sign on not working
After a code release, single sign on between two of our sites stopped working. Both sites are run on different subdomains of the same domain. Subdomain x was being used as the sign on server for all o[详细]
2023-03-13 16:06 分类:问答Secure Forms Authentication behind Proxy
We use Stunnel (to strip out SSL) and HAProxy on our Load Balancer - which then sends on requests to IIS via HTTP.[详细]
2023-03-13 07:45 分类:问答ASP.NET prevent the same user being logged in multiple times
I have a requirement for an ASP.NET web application whereby the same user is not allowed to be logged in multiple times. I think this is to prevent people from sharing usernames and passwords.[详细]
2023-03-13 00:51 分类:问答authorized users cannot access their page
I have a application that authenticates a particular user(East) and redirects them to their respective page(East.aspx).This page cannot be displayed to un-authorized users, whenever they go to the aut[详细]
2023-03-12 21:33 分类:问答