public interface UserSessionCounterRepository
BootstrapBindingProvider to bind to an implementation of
UserSessionCounterRepository.| Modifier and Type | Method and Description |
|---|---|
int |
deleteSession(String userId,
String sessionId)
Delete a user session.
|
void |
deleteSessions(String userId)
Delete all sessions for a user.
|
int |
getSessionCount(String userId)
Gets a user's session count.
|
int |
updateSession(String userId,
String sessionId,
boolean autoDelete)
Create or update a user session.
|
int updateSession(String userId, String sessionId, boolean autoDelete)
void deleteSessions(String userId)
int deleteSession(String userId, String sessionId)
int getSessionCount(String userId)
Copyright © 2013–2016 V5 Analytics. All rights reserved.