Package

xitrum.scope

session

Permalink

package session

Linear Supertypes
AnyRef, Any
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. session
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class CookieSessionStore extends SessionStore

    Permalink

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

  2. trait Csrf extends AnyRef

    Permalink
  3. class ServerSession extends HashMap[String, Any]

    Permalink

  4. trait ServerSessionStore extends SessionStore

    Permalink

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

    For convenience, server side session store implementations should base on this trait. It handles storing and restoring session ID in cookie for you.

  5. type Session = Map[String, Any]

    Permalink
  6. trait SessionEnv extends Csrf

    Permalink
  7. trait SessionStore extends AnyRef

    Permalink

Value Members

  1. object Csrf

    Permalink

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped