@ -27,18 +27,19 @@ spring:
testOnReturn: false
poolPreparedStatements: true
maxOpenPreparedStatements: 20
redis:
database: 0
host: 127.0.0.1
port: 36379
password: HF123456.Redis
timeout: 1000
jedis:
pool:
max-active: 20
max-wait: -1
max-idle: 10
min-idle: 0
#thymelea模板配置
thymeleaf:
prefix: classpath:/templates/
@ -24,7 +24,7 @@ public class UserCenter {
private RedisUtil redisUtil;
private final String COOKIE_FIELD = "_ida";
private final int EXPIRE = 3600;//cookie过期时间为1小时,3600秒
private final int EXPIRE = 3600 * 24 * 7;//cookie过期时间为7天
/**
* 判断用户是否登录,并且不能单个用户同时登录