您的浏览器已禁用 JavaScript。
跳过导航链接
today-redisson
概览
程序包
类
使用
树
索引
帮助
概要:
字段 |
可选
|
必需
详细资料:
字段 |
元素
SEARCH:
程序包
cn.taketoday.web.session
Annotation Interface EnableRedissonWebSession
@Target
(
TYPE
)
@Retention
(
RUNTIME
)
public @interface
EnableRedissonWebSession
从以下版本开始:
4.0 2022/5/6 14:26
作者:
Harry Yang
可选元素概要
可选元素
修饰符和类型
可选元素
说明
String
keyPrefix
session key prefix
int
maxIdleTime
Return the maximum time after the lastAccessTime before a session expires.
TimeUnit
timeUnit
元素详细资料
maxIdleTime
int
maxIdleTime
Return the maximum time after the lastAccessTime before a session expires. A negative time indicates the session doesn't expire.
另请参阅:
WebSession.getMaxIdleTime()
默认值:
1800
timeUnit
TimeUnit
timeUnit
默认值:
SECONDS
keyPrefix
String
keyPrefix
session key prefix
默认值:
""