xitrum.scope

session

package session

Linear Supertypes
AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. session
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class CookieSessionStore extends SessionStore

    Compress big session cookie to try to avoid the 4KB limit.

  2. trait Csrf extends AnyRef

  3. class ServerSession extends HashMap[String, Any]

  4. trait ServerSessionStore extends SessionStore

    For convenience, server side session store implementations should base on this trait.

  5. type Session = Map[String, Any]

  6. trait SessionEnv extends Csrf

  7. trait SessionStore extends AnyRef

Value Members

  1. object Csrf

    SeriDeseri's to/fromSecureUrlSafeBase64 is for preventing a user to mess with his own data to cheat the server.

Inherited from AnyRef

Inherited from Any

Ungrouped