Browse Source

咨询师管理员审核列表修改

anderx 2 years ago
parent
commit
16584b1f46
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/resources/spring/spring-shiro.xml

+ 2 - 1
src/main/resources/spring/spring-shiro.xml

@@ -77,7 +77,8 @@
 		class="org.apache.shiro.web.servlet.SimpleCookie">
 		<constructor-arg value="KEDE_SID" />
 		<property name="httpOnly" value="true" />
-		<property name="maxAge" value="2592000" />
+		<!--设置为7天-->
+		<property name="maxAge" value="604800" />
 		<!-- <property name="domain" value=""/> -->
 	</bean>