Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
base system
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2004 at 20:39 UTC
Updated:
18 Sep 2005 at 19:59 UTC
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