Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Session cookie #1234

Closed
wants to merge 2 commits into from
Closed

Commits on Sep 22, 2014

  1. ws: Make cookie be a session cookie

    Although it really doesn't matter that much since we clear cookie's
    on the server side anyway, make our cookie a session cookie, so
    that it never gets stored in the browser.
    stefwalter committed Sep 22, 2014
    Copy the full SHA
    82fe744 View commit details
    Browse the repository at this point in the history
  2. ws: Give our cookie a simpler name: cockpit

    When embedding, people will probably start using this cookie's name
    explicitly, so keep it simple and straightforward.
    stefwalter committed Sep 22, 2014
    Copy the full SHA
    9fd4efd View commit details
    Browse the repository at this point in the history