Session
Static Method Summary
| Static Public Methods | ||
| public static | getSession(name,: *): * | |
| public static | setSession(name,: *, value,: *, days,: *) Set the zeeguu sessionID cookie to the default session | |
Static Public Methods
public static getSession(name,: *): * source
Params:
| Name | Type | Attribute | Description | 
| name, | * | name of the session identifier | 
Return:
| * | 
public static setSession(name,: *, value,: *, days,: *) source
Set the zeeguu sessionID cookie to the default session
Params:
| Name | Type | Attribute | Description | 
| name, | * | cookie identifier | |
| value, | * | value of the cookie | |
| days, | * | expiration time | 
