On my host I found out that after doing a HTTP POST (like loging in or submitting to a poll) the session ID is back in the URL. I added
php_value session.use_trans_sid 0
again to the drupal .htaccess and now I dont see this behaviour anymore.
Should this be in the .htaccess by default?
See also http://lists.drupal.org/archives/drupal-devel/2003-01/msg00241.html
Comments
Comment #1
moshe weitzman commentedi agree that this belongs in default .htaccess. Any reason why thats a problem?
Comment #2
Uwe Hermann commentedThe settings.php file in HEAD contains
ini_set('session.use_trans_sid', 0);, so this should be fixed. Please reopen if it's still a problem.Comment #3
(not verified) commentedComment #4
(not verified) commentedComment #5
(not verified) commented