Exception: GlobalSession::NoAuthority

Inherits:
ConfigurationError show all
Defined in:
lib/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 GlobalSession::Configuration and GlobalSession::Directory for more information.