mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-24 11:13:30 +00:00
SEC-1770: Call refreshLastRequest on the session registry rather than the SessionInformation object to make sure it works with alternative SessionRegistry implementations.
This commit is contained in:
parent
6f59805ef3
commit
ca2af8bc59
@ -101,7 +101,7 @@ public class ConcurrentSessionFilter extends GenericFilterBean {
|
||||
return;
|
||||
} else {
|
||||
// Non-expired - update last request date/time
|
||||
info.refreshLastRequest();
|
||||
sessionRegistry.refreshLastRequest(info.getSessionId());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user