Same as ClientSessionDirectives.invalidateSession), but also removes the remember me cookie and the remember me token (from the client and token store).
Same as ClientSessionDirectives.invalidateSession), but also removes the remember me cookie and the remember me token (from the client and token store).
Same as ClientSessionDirectives.optionalSession, but also tries to create a new session based on the remember me cookie, if no session is present.
Same as ClientSessionDirectives.optionalSession, but also tries to create a new session based on the remember me cookie, if no session is present.
Same as ClientSessionDirectives.requiredSession, but also tries to create a new session based on the remember me cookie, if no session is present.
Same as ClientSessionDirectives.requiredSession, but also tries to create a new session based on the remember me cookie, if no session is present.
Same as ClientSessionDirectives.setSession, plus also generates a new remember me token (removing old ones) and stores it in the remember me cookie.
Same as ClientSessionDirectives.setSession, plus also generates a new remember me token (removing old ones) and stores it in the remember me cookie.
Same as ClientSessionDirectives.touchOptionalSession; if the user session is already present, keeps the same remember me token if one is present.
Same as ClientSessionDirectives.touchOptionalSession; if the user session is already present, keeps the same remember me token if one is present.
Same as ClientSessionDirectives.touchRequiredSession; if the user session is already present, keeps the same remember me token if one is present.
Same as ClientSessionDirectives.touchRequiredSession; if the user session is already present, keeps the same remember me token if one is present.