Base solution for your next web application
Open Closed

Don't show Login page when 'Remember me' enabled #11402


User avatar
0
MASITEK_ASPNETZERO created

Hello.

We have application based on ASP.NET MVC 5.x & Angularjs 1.x .NET Framework 4.6.1 v5.6.0 ABP version 3.8 I would like to configure application to work as follow: 1. When user goes to the domainname.com Login page shows up. User logins with ‘remember me’ selected, the browser saves user identity for certain period. After the browser window is closed, when user enters the website address domainname.com, the login page does not show up (user is logged in automatically) and the landing page (dashboard) is displayed. 2. This behavior repeats until user Logout or cached identity expires. At that point user will have to enter valid credentials before the landing page is displayed.

Thank you in advance.


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Do you see any items on the cookies (you can check it using browser console) ? If so, could you share a screeshot of cookies when remember me selected ?

  • User Avatar
    0
    MASITEK_ASPNETZERO created