Hello guys,
I have a problem using Form Authentication. When using IE everything is working fine using Form Authentication. But with firefox and chrome the value for User.Identity.Name and IsAuthenticated is always empty. The scenario is like this I have an ajax call to the controller ($.ajax.....) and in my controller I have their a function that will check if user is Authenticated. When using IE it's fine but with Firefox and Chrome it's not.
Any idea?
Your reply is greatly appreciated.
Best