Comment 2 for bug 1450914

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/179513
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=b676ac13fa3149e82e47234bab0411b035b209b3
Submitter: Jenkins
Branch: master

commit b676ac13fa3149e82e47234bab0411b035b209b3
Author: eric <email address hidden>
Date: Fri May 1 15:31:07 2015 -0600

    Removing last_activity session flag

    This change will simplify horizon session management and lesson
    the load on session backends which currently are writing records
    with every page request.

    Pre-Requisite change: https://review.openstack.org/#/c/179800/

    Change-Id: I3ff8ca6b56655c7c68743398fee903d651332867
    Closes-bug: #1450914