Comment 5 for bug 1522850

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix merged to openstack/horizon (openstack-ci/fuel-8.0/liberty)

Reviewed: https://review.fuel-infra.org/15475
Submitter: Pkgs Jenkins <email address hidden>
Branch: openstack-ci/fuel-8.0/liberty

Commit: 35adc081075bc32c8f590c62060798af25cd11f8
Author: Kent Wang <email address hidden>
Date: Wed Dec 23 11:31:21 2015

Change Permanent Cookie Contain Sensitive Info

Right now, the 'csrftoken' cookie is stored on disk as a permanent
cookie. There is a risk for sensitive session information (cookies)
that are persisted on disk as permanent cookies.

This fixes this issue by storing the cookies in-memory instead of
in persistent storage.

Change-Id: Ia45b09571d495d4f98b60545903af72eb0f061c2
Closes-Bug: #1522850