Project

General

Profile

Actions

Feature #6976

closed

implement HTTP session

Added by Schwarz Lionel about 10 years ago. Updated almost 10 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Service
Target version:
Start date:
04/24/2014
Due date:
% Done:

0%

Estimated time:

Description

add support for "logout"

Actions #1

Updated by Reynaud Sylvain about 10 years ago

  • Description updated (diff)
  • Category set to Service
  • Target version set to later
Actions #2

Updated by Schwarz Lionel almost 10 years ago

  • Status changed from New to Resolved
  • Target version changed from later to 2.1.1

HTTP session is created if the authenticator used implements the SessionStorable interface.
The session time out after the value (in seconds) defined in 'lavoisier.session.timeout' (default is 600).
The session ID is stored by the client in a session cookie. Authentication details attached to the session are not stored by the client, only in Lavoisier memory.

Actions

Also available in: Atom PDF