Actions
Feature #6976
closedimplement HTTP session
Start date:
04/24/2014
Due date:
% Done:
0%
Estimated time:
Description
add support for "logout"
Updated by Reynaud Sylvain over 10 years ago
- Description updated (diff)
- Category set to Service
- Target version set to later
Updated by Schwarz Lionel over 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