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