Actions
Feature #391
closedAdd cookie support
Start date:
04/02/2015
Due date:
% Done:
0%
Estimated time:
Reviewer:
Build Version:
Description
The session management of some services depends on cookies which leads to failed authentication because we do not support cookies currently.
So we need a simple cookie management with at least the following features:
- store cookie
- present cookie to server
- delete cookie
- delete cookies after a authentication (independent whether the authentication was successful or not)
Actions