-
public interface ISessionConfig
-
-
Method Summary
Modifier and Type Method Description abstract longgetSessionIntervalMs()Gets the interval at which sessions are renewed abstract voidsetSessionIntervalMs(longĀ sessionIntervalMs)Sets the interval at which sessions are renewed -
-
Method Detail
-
getSessionIntervalMs
abstract long getSessionIntervalMs()
Gets the interval at which sessions are renewed
-
setSessionIntervalMs
abstract void setSessionIntervalMs(longĀ sessionIntervalMs)
Sets the interval at which sessions are renewed
-
-
-
-