public class SessionCookie extends Object
| Constructor and Description |
|---|
SessionCookie(long maxAge) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreated() |
Object |
getData() |
long |
getMaxAge() |
Object |
setData(Object data)
Set the session data
|
public long getMaxAge()
public long getCreated()
public Object getData()
Copyright © 2019. All rights reserved.