Is there any way to prevent the session ID from being added to URLs (sometimes happens after login) because Google AdSense has been indexing URLs with session ids in them, and on the Drupal access log it appears as if they are logged in.

Comments

dries’s picture

This is a PHP configuration issue, not a Drupal problem. Read up on transparent session support in the 'Session'-section of the PHP manual or check the session.use_trans_sid setting in your php.ini or .htaccess file.