Fixed authentication
This commit is contained in:
parent
87bd924e8d
commit
80b46fbc1f
3 changed files with 54 additions and 31 deletions
|
|
@ -10,8 +10,7 @@ public interface ZalleryConstants {
|
|||
/** Session Constants **/
|
||||
|
||||
public static final String SESSION_KEY_USER_MSG = "zall_user_message";
|
||||
public static final String SESSION_KEY_USER = "zall_user";
|
||||
public static final String SESSION_KEY_AUTH_HASH = "zall_user_session_hash";
|
||||
public static final String SESSION_KEY_USER_OBJ = "zall_user";
|
||||
public static final long SESSION_TIMEOUT = 3*24*60*60*1000; // 2 day
|
||||
|
||||
/** Cookie Constants **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue