form-authentication Questions

9

Solved

I am using FormsAuthentication for userlogin. I am having a problem after user logs out successfuly the back button is browser allows user to view pages. I tried using javascript <script type ...
Assiut asked 21/1, 2013 at 11:49

5

I have below code int intTimeout = (FormsAuthentication.Timeout.Hours * 60) + FormsAuthentication.Timeout.Minutes; var authTicket = new FormsAuthenticationTicket(1, Utility.userCookie, DateTime.N...

5

Solved

I'm trying to create an anonymous controller in order to acheive form authentication. I configured my IIS 7 with anonymous and form authentication enabled and set my web.config to deny anonymous us...
Concertgoer asked 5/5, 2013 at 8:58

1

I already have a website written using MVC 5 and it uses form authentication using SQL Server. Now is it possible that I can bypass Forms Authentication for users that are already on office networ...
Dichlorodiphenyltrichloroethane asked 14/12, 2015 at 5:20

2

Solved

I'm trying to authenticate myself to a website that uses form-based authentication (e.g., facebook.com) using the Apache HttpClient Java library. Using this website's program as a main example: htt...
Marconigraph asked 27/6, 2014 at 15:27

1

Solved

I need to sign out a user when the user closed the tab or browser, how do I do that in ASP.NET MVC?

1

Solved

We have an ASP.NET MVC 4 intranet application. We’re using Windows Authentication and that aspect works fine. The user’s credentials are used and we can access those credentials from the web app. ...

1

I have a web app developed using spring mvc and spring security 3.2. I want my app using http basic authentication for restful service and form login authentication for other part. Below is my secu...

2

Solved

I've got the following structure www.website.com --> ASP.NET 4.0 Web-site www.website.com/blog --> NET 4.0, Web-Application Both do form-authentication against the same SQL database and use the ...

1

Solved

I have an application where around 20 http generic handler are used for ajax call. I have used IReadOnlySessionState for accessing the session in my handlers.Everything is working fine. But when s...
Geometrid asked 25/12, 2012 at 4:21

2

Solved

I would like to add a realName field in addition to the user's user name and email address. In the past I have created a new table that includes the username and realName columns when a user regi...

3

Solved

I would be using MD5 hashing to store encrypted passwords. Password can be 6 to 40 characters long. What is the database column size required for storing the encrypted password. Also, if 40 charact...
Eyrir asked 9/8, 2011 at 8:4

2

Solved

Possible Duplicate: difference between http.context.user and thread.currentprincipal and when to use them? What's the difference between these two in an ASP.NET application? I know t...
Bisulcate asked 25/7, 2011 at 0:46
1

© 2022 - 2024 — McMap. All rights reserved.