Home > Back-end >  The session expires spring security management
The session expires spring security management

Time:09-20

This configuration of HTTP. SessionManagement (.) invalidSessionUrl ("/admin/session - invalid ");
After system start, after the first time you login success will jump to invalidSessionUrl specified in the path, but not to jump to loginPage specified page

CodePudding user response:

Jump to only one, which one do you want to go to

CodePudding user response:

reference 1st floor tianfang response:
can jump to one, which one do you want to go to the
normal situation, for the first time login, no matter which page access system to jump to the login page instead of invalidSessionUrl this path, only to jump to the session expires this path

CodePudding user response:

How much did you expiration time Settings?

Just taking the advantage of this bug, debugged expired now

CodePudding user response:

The
reference tianfang reply: 3/f
you expiration time set how much?

Just taking the advantage of this bug, debugged expired now processing
expiration time I to test set to 60 seconds

CodePudding user response:

You log in again after failure, to see whether the normal jump
  • Related