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