You are here

protected property SessionBasedTempStore::$cookieName in Session Based Temporary Storage 8

The name of a cookie which will hold the storage ID.

By default the value is to 'SESSbasedTempStoreId'.

Type: string

File

src/SessionBasedTempStore.php, line 79

Class

SessionBasedTempStore
Stores and retrieves temporary data for a given owner.

Namespace

Drupal\session_based_temp_store

Code

protected $cookieName;