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 HazelcastSession extends HashMap[String, Any]

  4. class HazelcastSessionStore extends SessionStore

  5. type Session = Map[String, Any]

  6. trait SessionStore extends AnyRef

Value Members

  1. object CSRF

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

  2. object HazelcastSessionStore

Inherited from AnyRef

Inherited from Any

Ungrouped