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_set...
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