Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Enabling Access Logging will produce activity logs starting activity* under /var/log/squirro/frontend

Reduce HTTP Session

Link

Force End Browser Session 

To force end all browser sessions, add or change (if it already exists) the secret_key property in the [flask_app] section of frontend.ini:



Code Block
titlefrontend.ini
[flask_app]
secret_key = cd72f5568714078b8aacf1576c8023245554c03d36e674350174cebc

From the Flask documentation:

Info
If a secret key is set, cryptographic components can use this to sign cookies and other things. Set this to a complex random value when you want to use the secure cookie for instance.This attribute can also be configured from the config with the SECRET_KEY configuration key. Defaults to None.