You are here

protected property SessionBasedTempStoreFactory::$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/SessionBasedTempStoreFactory.php, line 57

Class

SessionBasedTempStoreFactory
Creates a SessionBasedTempStore object for a given collection.

Namespace

Drupal\session_based_temp_store

Code

protected $cookieName;