calculateKey() protected method
Generates a unique key used for storing session data in cache.
protected mixed calculateKey ( $id ) | ||
---|---|---|
$id | string |
Session variable name |
return | mixed |
A safe cache key associated with the session variable name |
calculateKey() protected method
Generates a unique key used for storing session data in cache.
protected mixed calculateKey ( $id ) | ||
---|---|---|
$id | string |
Session variable name |
return | mixed |
A safe cache key associated with the session variable name |
Please login to continue.