Open Closed

After a the session expires the application navigation does not load #5397


User avatar
0
e.ruiz1 created

Hello,

We have noticed that in our tiered application after we log in and our session expires, we are able to successfully re-login. However, the main menu does not load. This happens every time the session expires. In order to make everything work again, we have to flush Redis and clear the browser history, cookies, and cache. Why is this happening? How can I fix this?

our current environment.

  • ABP Framework version: v7.2.2
  • UI type: MVC
  • DB provider: EF Core
  • **Tiered (MVC) with opendict: yes / no
  • Exception message and stack trace: no errors in the logs

3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can try this PR

    https://github.com/abpframework/abp/pull/16504

    It is available on 7.3.

  • User Avatar
    0
    e.ruiz1 created

    hi

    You can try this PR

    https://github.com/abpframework/abp/pull/16504

    It is available on 7.3.

    Hi,

    Does this go on the auth server project or web/admin project?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    The project which uses Cookies and oidc.

    Its web generally.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11