I'm having a IIS website running with Forms authentication. It works perfect on some computers. but Some other computers are facing a login issue on
Firefox.
When a user enters the login details it redirects again to the login page without login in to the default page.
IIS.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today. Learn more >
None
0 Points
10 Posts
ASP.net web site login Issue on Firefox in some computers
Dec 31, 2019 09:35 AM|chamara.sa|LINK
Hi,
I'm having a IIS website running with Forms authentication. It works perfect on some computers. but Some other computers are facing a login issue on Firefox.
When a user enters the login details it redirects again to the login page without login in to the default page.
How can I fix this issue, Pls help me.
Thanks in advanced.
Chamara
All-Star
53721 Points
24048 Posts
Re: ASP.net web site login Issue on Firefox in some computers
Dec 31, 2019 01:15 PM|mgebhard|LINK
Make sure the browser accepts cookies.
Contributor
3370 Points
1409 Posts
Re: ASP.net web site login Issue on Firefox in some computers
Jan 01, 2020 08:36 AM|samwu|LINK
Hi chamara.sa,
As mgebhard said, you should make sure the browser enable the cookies.
You can refer to this link about how to Enable Cookies in Firefox.
https://www.whatismybrowser.com/guides/how-to-enable-cookies/firefox
Best regards,
Sam