You are here

protected property SessionStore::$session_base_name in Auth0 Single Sign On 8.2

Session base name, configurable on instantiation.

Type: string

File

vendor/auth0/auth0-php/src/Store/SessionStore.php, line 27

Class

SessionStore
This class provides a layer to persist user access using PHP Sessions.

Namespace

Auth0\SDK\Store

Code

protected $session_base_name = self::BASE_NAME;