public interface Session
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExistingId()
If there is an existing session, returns the ID in use.
|
java.lang.String |
getId()
Returns the session ID, initiating a session if necessary.
|
java.lang.String |
regen()
Initiates a new session, terminating the
Can only be called once per request, and not if getId() has already initiated a new session.
|
void |
terminate()
Terminates the session with the client.
|
java.lang.String getExistingId()
java.lang.String getId()
java.lang.String regen()
void terminate()