Exception: HasGlobalSession::NoAuthority

Inherits:
Exception
  • Object
show all
Defined in:
lib/has_global_session.rb

Overview

Indicates that the application code tried to write a secure session attribute or renew the global session. Both of these operations require a local authority because they require a new signature to be computed on the global session.

See HasGlobalSession::Configuration and HasGlobalSession::Directory for more information.