disqus_footer outputs

$output .= 'var disqus_def_name = '. drupal_to_js($user->name) .';';
$output .= 'var disqus_def_email = '. drupal_to_js($user->mail) .';';

This prevents static page caching strategies for logged in users.
Doesn't disqus maintain its own logged-in/logged-out information via its own cookies?

Comments

robloach’s picture

If the Disqus cookies don't exist, this will fill in the Disqus username and email fields for the user. It should be moved into Drupal.settings though.

robloach’s picture

Version: 6.x-1.7 » 6.x-1.x-dev
Status: Active » Fixed

http://drupalcode.org/project/disqus.git/commit/e588f8a

Requires lots of testing. This was already part of the 7.x branch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.