瀏覽代碼

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

anderx 2 年之前
父節點
當前提交
16584b1f46
共有 1 個文件被更改,包括 2 次插入1 次删除
  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>