This server will be upgraded at 3pm Sydney time on December 3rd (December 2nd, 8pm PST) and will be down for up to 30 minutes.
This documentation relates to the latest version of Confluence.
If you are using an earlier version, please go to the documentation home page and select the relevant version.

Confluence Cookies

All Versions
Click for all versions
Confluence 2.9 Documentation

Index

Confluence uses Seraph, an open source framework, for HTTP cookie authentication.

Cookies

Confluence uses two cookies. The first, a JSESSIONID cookie, is created by the Application Server and used for session tracking purposes. The second, the 'Remember my login on this computer' cookie, is generated by Confluence when the user selects the check-box on the log-in page.


 

Safe Information Transit

The cookie information is always encoded by the server before it is given to a client. A cookie that has been tampered with will be considered to be not valid.

Session and Cookie Logic

Essentially, the cookie contains a reversible hash of the username and a one-way hash of the user's password. The password is necessary to ensure that the cookie is no longer valid if the user changes their password. The username must be retrievable by the server to identify the user solely from the cookie, which is what the 'Remember my login on this computer' feature does.

Is it Possible to Disable the 'Remember my login on this computer' Feature?

At the moment there is no available option for disabling "Remember My Login on this computer" feature via the Admin console. See the workaround here.

The user login Auto Completion functionality is a browser feature, and there is nothing Confluence can enable or disable.

RELATED TOPICS
HTML Macro
Hiding the People Directory
Confluence Security Advisory 2006-01-23
Assigning Space Permissions
Confluence Cookies
How do I tell if a user has permission to...?
Security Overview
Revoking Space Permissions
Confluence Permissions Architecture
Space Permissions Overview
Anti-XSS documentation
Confluence Security

Labels

session session Delete
login login Delete
seraph seraph Delete
cookies cookies Delete
security security Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Jun 19

    Ivan Benko says:

    There is also a comprehensive information about cookies here

    There is also a comprehensive information about cookies here

Add Comment