Uses of Class
spark.Session

Packages that use Session
Package
Description
 
  • Uses of Session in spark

    Methods in spark that return Session
    Modifier and Type
    Method
    Description
    Request.session()
    Returns the current session associated with this request, or if the request does not have a session, creates one.
    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.