Closed (fixed)
Project:
Drupal core
Version:
6.9
Component:
comment.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 May 2007 at 16:04 UTC
Updated:
17 Dec 2010 at 15:37 UTC
The cookie that gets saved for anonymous users to remember name and homepage should only get set for anonymous users, not everyone.
| Comment | File | Size | Author |
|---|---|---|---|
| comment-anonymous-cookie.patch | 1.06 KB | robertdouglass |
Comments
Comment #1
Stefan Nagtegaal commentedSimple and straightforward patch, works as expected here..
While this is pretty simple I dare to set this RTBC.
Comment #2
mfer commentednice catch. looks good to me, too. should be RTBC.
Comment #3
dries commentedCommitted. Thanks.
Comment #4
(not verified) commentedComment #5
Sepero commentedDoes this patch work with the latest D6 also? Whenever anonymous users are posting to my site, they have to re-enter their Name on every comment.
Comment #6
mfer commentedThis is already incorporated into Drupal 6. It is done via JavaScript. If it is not working on your site something is causing it to not work. The feature is there.