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)
Updated by Hans-Martin Haase over 9 years ago
- Status changed from New to In Progress
Updated by Hans-Martin Haase over 9 years ago
- Status changed from In Progress to Review
- Reviewer set to Tobias Wich
see my branch bugfixes-1.1.0
Actions