public class Session extends Hash
Modifier and Type | Method and Description |
---|---|
long |
date() |
java.lang.String |
domain() |
se.rupy.http.Chain |
event() |
long |
expires() |
java.lang.String |
key() |
void |
key(java.lang.String key,
java.lang.String domain,
long expires)
Set the key you wish to store in the clients cookie here, together with
the expire date.
|
boolean |
set()
Has the session cookie been set?
|
void |
set(boolean set)
Has the session cookie been set? false means no and therefore set it,
true means yea; so don't set it.
|
java.lang.String |
toString() |
big, big, bit, medium, medium, put, put, put, put, put, put, small, small, string, string, tiny, tiny
public se.rupy.http.Chain event()
public boolean set()
public void set(boolean set)
set
- public long expires()
public java.lang.String key()
public java.lang.String domain()
public void key(java.lang.String key, java.lang.String domain, long expires)
key
- expires
- public long date()