Ticket #748 (closed defect: fixed)
$_REQUEST gathers unwanted information from other apps setting domain-wide cookies
| Reported by: | WillyPs | Owned by: | BrianKoontz |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1.6.5 |
| Component: | actions | Version: | 1.1.6.4 |
| Severity: | normal | Keywords: | cookie comment 1.1.7-ported |
| Cc: | DotMG |
Description (last modified by NilsLindenberg) (diff)
I have a WikkaWiki 1.1.6.4 setup on the same domain as a blog, the blog (nucleus cms) sets a cookie named 'user', content is 'Shirl' (my wife's user name on the blog). Wikka reads this and appends it to the messages produced by the RecentComments and the RecentlyCommented actions. So the message becomes 'There are no recently commented pages by Shirl.', even though there are in fact recently commented pages. Deleting this cookie allows the RecentlyCommented and RecentComments actions to work correctly. Wikka's cookie suffix is set in the config as '@wikkastyle', and Wikka does in fact set two cookies using this suffix.