views:

13

answers:

1

When installing an add-on from a secure website (https) firefox installs the add on normally and requests the user to restart the browser. When the user clicks restart, the secure session is lost and they are forced to log in again. Is it possible to restore the secure session by simply retaining the secure session cookies in the case of an add-on restart?

A: 

You want to set browser.sessionstore.privacy_level to 0. See this page for more details.

sdwilsh