View Issue Details

IDProjectCategoryView StatusLast Update
0013299mantisbtbugtrackerpublic2011-09-25 09:40
Reporterjmichae3 Assigned Todregad  
PrioritynormalSeveritymajorReproducibilityhave not tried
Status closedResolutionduplicate 
Platformxp pro sp3 32-bitOSxp pro sp3 32-bitOS Versionxp pro sp3
Summary0013299: when sitting at bug for long time and adding long note, erroneously claims I submitted twice, loses my note
Description

when sitting at bug for long time and adding long note. after submit, error erroneously claims I submitted twice, loses my note on back button.

Steps To Reproduce

add long note to report with much research, and take 15-20 minutes to do it.
submit.
get error stating that I submitted twice and that I should hit the back button.
loses all my nice research.

Additional Information

please fix. this makes the bug tracker unusable and frustrating.

TagsNo tags attached.

Relationships

duplicate of 0012492 closedatrol Complete input get lost when timeout or not filling all required fields (when using ssl/https) 

Activities

dregad

dregad

2011-09-09 03:55

developer   ~0029666

I believe the issue you describe is the same as 0012492.

As a workaround until a permanent fix can be found, I personally use a Firefox plugin called Lazarus which saves forms as you submit them, then you can recover the data easily. Alternatively, you can always copy the text from your update to the clipboard as a safety net.

jmichae3

jmichae3

2011-09-09 05:20

reporter   ~0029669

I get the error
APPLICATION ERROR #2800

Invalid form security token. Did you submit the form twice by accident?

Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section.

I don't know how much this helps. the tokens I make for my apps are time-based+ a few other things - if you stored yours in a session, HOW you make use of it is very important to having success in a form. I typically put the token in a hidden form field rather than session only, the reason being that SESSIONS EXPIRE.

I may get back to finishing my form entry after a 1-2 days do to the nature of life in general happening. I can't control everything in life.

I don't know what code is killing the security token.