You are here

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

The time to live for items in seconds.

By default, data is stored for one week (604800 seconds) before expiring.

Type: int

File

src/SessionBasedTempStore.php, line 61

Class

SessionBasedTempStore
Stores and retrieves temporary data for a given owner.

Namespace

Drupal\session_based_temp_store

Code

protected $expire;