They click on the Post button and it just returns with a the fields filled in and the post not submitted. It does happen to all of them, but it seems so far like an IE-only issue.

Any other ideas?
Thanks!!

Comments

cog.rusty’s picture

More information are needed.

- Exact Drupal version?
- Exact PHP version?
- Have you specified a $base_url in your settings.php file or is it commented out?
- Have you specified a session.cookie_domain or $cookie_domain in settings.php?
- Is your site accessed both with and without www?

Also, does this happen only to comments or to any posts?

homersheineken’s picture

Sorry about that.

-Drupal 5.7
- PHP 5.1.6
-$base_url and $cookie_domain are both commented out.
-The site is accessible by both means, but sends you to www.

It only occurs for some people when tyring to post comments. Posts have never been a problem.

Thanks!

cog.rusty’s picture

Can you take a look at the cookie in IE? Is there only one or multiple cookies for your site? What is the cookie domain, is it '.example.com'?

Does it matter if you submit a new comment without previewing it?

Do you have any javascript related contributed modules? Especially ones which collapse field sets? If so, does disabling them make any difference?

Try disabling all caching in admin/settings/performance, just in case some module has a problem with the current setting.