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. trait CSRF extends AnyRef

  2. class CookieSessionStore extends SessionStore with Logger

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

  3. class HazelcastSessionStore extends ServerSessionStore

  4. class ServerSession extends HashMap[String, Any]

  5. trait ServerSessionStore extends SessionStore

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

  6. type Session = Map[String, Any]

  7. trait SessionEnv extends CSRF

  8. trait SessionStore extends AnyRef

  9. class UnserializableSessionStore extends ServerSessionStore

Value Members

  1. object CSRF

    SecureBase64 is for preventing a user to mess with his own data to cheat the server.

Inherited from AnyRef

Inherited from Any

Ungrouped