Package | Description |
---|---|
spark |
Modifier and Type | Method and Description |
---|---|
Session |
Request.session()
Returns the current session associated with this request,
or if the request does not have a session, creates one.
|
Session |
Request.session(boolean create)
Returns the current session associated with this request, or if there is
no current session and
create is true, returns a new session. |
Copyright © 2013. All Rights Reserved.