This page last changed on Dec 17, 2009 by ggaskell.

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 encrypted username and the user's password. To be more precise confluence uses PBE (password based encryption) with MD5 and DES, where password(also known as 'private key') is configurable in the seraph.xml file. The user's password in the cookie 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.

The private key for confluence is stored at confluence-install/confluence/WEB-INF/Classes/seraph.xml under the cookie.encoding parameter. Please change this to something other than the default.

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
Hiding the People Directory
Revoking Space Permissions
Security Overview
Confluence Security Advisory 2006-01-23
Confluence Cookies
Assigning Space Permissions
Confluence Security
Edit in Word Link Macro
Space Permissions Overview
View File Macro
HTML Macro
How to Hide the Referrer


Document generated by Confluence on Mar 28, 2010 19:33