public interface ISessionConfig
| Modifier and Type | Method and Description |
|---|---|
long |
getSessionIntervalMs()
Gets the interval at which sessions are renewed
|
void |
setSessionIntervalMs(long sessionIntervalMs)
Sets the interval at which sessions are renewed
|