Opened 18 years ago
Closed 18 years ago
#4343 closed defect (invalid)
Bad Request - Missing or invalid form token. Do you have cookies enabled?
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.10.2 |
Severity: | critical | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I get the following message when trying to login to trac:
Missing or invalid form token. Do you have cookies enabled?
The meta-nav shows me as "logged in as bhaskar" (which is my username). However, it seems that the login is not registering, and none of the modules recognize that I'm logged in.
The url for the trac install is: http://projects.murthy.ca
The cookies that are available for that domain in Firefox are: trac_session and trac_form_token.
The actual issue is the fact that this only happens with Firefox, and works fine with Internet Explorer.
Any help would be appreciated. Thanks.
Firefox issue. Solved by coderanger. Clearing cookies again somehow fixed it.