Skip to content

Commit 8fc40fa

Browse files
committed
添加Session内容工具类
1 parent aa9a5fb commit 8fc40fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package cn.edu.swu.ffdy.JavaWeb.Utils;
2+
3+
public class SessionContext {
4+
public final static String LOGIN_STATUS = "LOGIN_STATUS";
5+
public final static String LOGIN_VALIDATE_CODE = "LOGIN_VALIDATE_CODE";
6+
}

0 commit comments

Comments
 (0)