public interface SessionModel extends Serializable
Modifier and Type | Interface and Description |
---|---|
static interface |
SessionModel.Factory
用来创建session model实例的工厂。
|
Modifier and Type | Method and Description |
---|---|
long |
getCreationTime()
取得session的创建时间。
|
long |
getLastAccessedTime()
取得最近访问时间。
|
int |
getMaxInactiveInterval()
取得session的最大不活动期限,超过此时间,session就会失效。
|
String |
getSessionID()
取得session ID。
|
boolean |
isExpired()
判断session有没有过期。
|
String getSessionID()
long getCreationTime()
long getLastAccessedTime()
int getMaxInactiveInterval()
boolean isExpired()
true
Copyright © 2006–2018 TinyGroup. All rights reserved.