I have a simple and probably stupid question, but I can’t really find any good answers. In drupal, when I use session_name(), is that unique for every PC? or is the session_name a global identifier for the drupal website itself?
I have a simple and probably stupid question, but I can’t really find any
Share
Drupal session name depends on cookie settings (domain and ssl), it is not “unique for every pc”.
Take a look here (for drupal 6) : http://api.drupal.org/api/drupal/includes!bootstrap.inc/function/conf_init/6