[support] Where is session_name stored in database?

Jamie Holly hovercrafter at earthlink.net
Tue Feb 11 02:00:34 UTC 2014


It's not in the database. It's hashed based upon cookie domain and/or 
host. Here's where it's set:

https://api.drupal.org/api/drupal/includes!bootstrap.inc/function/drupal_settings_initialize/7


Jamie Holly
http://hollyit.net

On 2/10/2014 8:54 PM, Tim Johnson wrote:
> For Drupal 7, I need to know where the session name is stored.
>
> I.E. the value returned by session_name(), as opposed to the
> session ID which is returned by $_COOKIE[session_name()]
> and stored in sessions.sid
>
> :) At least I *assume* that the cookie name is stored in the
> database, but can't find where.
>
> thanks



More information about the support mailing list