View Issue Details

IDProjectCategoryView StatusLast Update
0011837mantisbtbugtrackerpublic2012-10-19 05:39
ReporterPaulineBirkett Assigned Todhx  
PriorityhighSeveritymajorReproducibilitysometimes
Status closedResolutionno change required 
PlatformWindowsOSXP ProfessionalOS Version2002 SP3
Product Version1.2.0 
Summary0011837: Error #2800 on trying to submit an issue
Description

Quite frequently we get

Application error #2800
Invalid form security token. Did you submit the form twice by accident?,

when trying to sumbit an issue.
We are using MySQL Server 5.1 & IIS V5.1

Steps To Reproduce

Go to Report Issue
Complete form
Submit.

TagsNo tags attached.

Relationships

duplicate of 0011680 closeddhx Mantis APPLICATION ERROR #2800 for Mantis 1.2.0 
has duplicate 0011751 closedjreese APPLICATION ERROR #2800 
has duplicate 0011844 closeddhx Token Error 
has duplicate 0012035 closedatrol security token 
related to 0011693 closeddregad Timeout : lost of project configuration 

Activities

dhx

dhx

2010-04-23 23:32

reporter   ~0025239

Can you check your PHP session settings are correct?

When you load the form to submit a new bug, MantisBT generates a nonce (random characters), remembers it within the PHP session and then embeds the nonce into the form. When you go to submit the form, MantisBT confirms that the nonce embedded into the form matches what it can find in the current PHP session.

So if your PHP sessions expire too quickly, MantisBT won't be able to confirm that the nonce is valid.

PaulineBirkett

PaulineBirkett

2010-04-26 06:11

reporter   ~0025264

I am new to Mantis and PHP so I don't know which PHP session settings to check and what would be correct settings for them. A little guidance would be useful.

I have increased session.gc_maxlifetime as suggested in issue 0011680 and will see if this makes any difference.

PaulineBirkett

PaulineBirkett

2010-04-27 03:44

reporter   ~0025283

We have now run it for the best part of a day with the increased value and so far have not had any re-occurrences.