public interface Session
Modifier and Type | Method and Description |
---|---|
String |
getExistingId()
If there is an existing session, returns the ID in use.
|
String |
getId()
Returns the session ID, initiating a session if necessary.
|
String |
regen()
Initiates a new session, terminating the existing session, if any.
|
void |
terminate()
Terminates the session with the client.
|
String getExistingId()
String getId()
String regen()
void terminate()