Strange problem with cookies in Safari and Asp.net
I have a strange problem on my login page in Asp.net this problem only happens with Safari.
I have a strange problem on my login page in Asp.net this problem only happens with Safari.
Inspired by this CodingHorror article, “Protecting Your Cookies: HttpOnly“
We have 2 applications that are both using Asp.Net Identity for security.
I’m using ASP.NET MVC 3, with forms authentication (based on modified vanilla account code you get with file->new).
Having trouble sharing an Identity Cookie (using ASP.NET Core v2) across multiple web applications
I have been having trouble with my production site (not my development sites). Every now and then both Firefox and Chrome fail to log users in (all users both on our client network and general web). But the strange part is that Internet Explorer always works correctly and has NEVER failed once (I have delete cache and cookies in browsers but still the same thing happens).
Using the default ASP.NET MVC template, I cannot figure out how to increase the FormsAuthentication timeout. It seems to always use 30 minutes.
I have an asp.net app which needs to log users into Active Directory using forms authentication (windows authentication isn’t an option with the given requirements).
Is there a way to set the value of an OutputCache based on a cookie value?