public class FileSessionStore extends java.lang.Object implements SessionStore
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
SESSION_DIRECTORY |
protected static java.lang.String |
SESSION_FILE_NAME |
| Constructor and Description |
|---|
FileSessionStore(AnalyticsContext context) |
| Modifier and Type | Method and Description |
|---|---|
Session |
getSession() |
void |
storeSession(Session session) |
protected static final java.lang.String SESSION_DIRECTORY
protected static final java.lang.String SESSION_FILE_NAME
public FileSessionStore(AnalyticsContext context)
public void storeSession(Session session) throws SessionStoreException
storeSession in interface SessionStoreSessionStoreExceptionpublic Session getSession()
getSession in interface SessionStore