#7831 Logout issue

v1.2.1
closed
sf-2 (994)
General
2015-08-20
2015-02-09
No

Currently the logout functionality of allura is not working. The allura-loggedin cookie gets deleted as expected, but the session remains active.

It appears that by adding self.session.delete() to the logout method (on AuthenticationProvider), it fixes the issue. But further analysis need to be done to see why self.session.invalidate() doesn't work as expected.

Related

Git: 688c51d1

Discussion

  • Dave Brondsema

    Dave Brondsema - 2015-02-09
    • labels: sf-current --> sf-current, sf-2
     
  • Dave Brondsema

    Dave Brondsema - 2015-02-11
    • status: open --> closed
    • assigned_to: Heith Seewald
    • Reviewer: Dave Brondsema
     
  • Igor Bondarenko - 2015-02-18
    • Milestone: unreleased --> asf_release_1.2.1
     
  • Dave Brondsema

    Dave Brondsema - 2015-02-23
    • labels: sf-current, sf-2 --> sf-2
     

Log in to post a comment.