Search:

Type: Posts; User: SterligovAK; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,309

    Thank's a lot.

    Thank's a lot.
  2. Replies
    4
    Views
    1,309

    What invalidates session on timeout?

    What part of spring security invalidates SessionInformation after timeout?

    For example this situation: User logs in. After some work he closes his browser without logout. His session still in...
  3. Yes you are right. Here is my configuration: ...

    Yes you are right. Here is my configuration:


    <security:authentication-manager alias="authenticationManager" session-controller-ref="mwSessionController"/>

    <security:http...
  4. Replies
    6
    Views
    1,942

    I solved this problem by totally implementing...

    I solved this problem by totally implementing ConcurrentSessionController, sessionRegister (i need it a little bit different) and SessionRegistryUtils. In SessionRegistryUtils I've just modifiend...
  5. session-fixation and session-controller-ref

    If i set session-controller-ref and session-fixation-protection then concurrent session won't work at all because invalidateSessionOnSuccessfulAuthentication will be set to true and this will...
  6. Replies
    6
    Views
    1,942

    Array of online UserDetails

    When I'm trying to get all online users from SessionRegistry with


    sessionRegistry.getAllPrincipals()

    I get an array of strings.
    But I'm using my user-service with my own class implementing...
Results 1 to 6 of 6