View Issue Details

IDProjectCategoryView StatusLast Update
0025692mantisbtadministrationpublic2023-05-18 06:17
ReporterthE_iNviNciblE Assigned To 
PriorityhighSeveritycrashReproducibilityalways
Status acknowledgedResolutionopen 
Product Version2.20.0 
Summary0025692: How to set Session Timeout higher - my session expire if i stay in the same ticket for timetracking
Description

i've setup like this:

php_value session.gc_maxlifetime 2160000
php_value session.cache_expire 2160000
php_value session.cookie_lifetime 2160000

after ~ 30 - 60 minuten timetracking i receive a "security token" error, can't safe, data is lost.

how could i change this?

TagsNo tags attached.

Relationships

has duplicate 0026608 closeddregad Time out of website 
has duplicate 0032558 closeddregad Updates lost - save uncommitted updates using web session storage? 

Activities

thE_iNviNciblE

thE_iNviNciblE

2019-04-13 00:59

reporter   ~0061912

why mantis is not out of the box combatible with a higher timeout, its only needed when you use the timetracking feature?

thE_iNviNciblE

thE_iNviNciblE

2019-04-13 18:14

reporter   ~0061926

APPLICATION ERROR #2800

Ungültiges Sicherheitstoken zum Formular. Dies kann durch einen Sitzungsablauf oder durch versehentliches doppeltes Speichern des Formulars verursacht worden sein.
Bitte benutzen Sie die „Zurück“-Taste Ihres Browsers, um auf die vorhergehende Seite zurückzukehren. Dort können Sie den hier angezeigten Eintrag korrigieren oder eine andere Aktion ausführen. Über das Menü können Sie auch direkt zu einer anderen Aktion wechseln.

thE_iNviNciblE

thE_iNviNciblE

2019-05-10 23:01

reporter   ~0062056

is it reproduceable ?

thE_iNviNciblE

thE_iNviNciblE

2019-05-23 19:00

reporter   ~0062125

....

bos4711

bos4711

2020-01-31 09:23

reporter   ~0063543

Last edited: 2020-01-31 09:23

@thE_iNviNciblE have a look at these:

0026608:0063541

http://mantisbt.org/docs/master/en-US/Admin_Guide/html-desktop/#admin.troubleshooting.errors.2800

dregad

dregad

2023-05-18 06:17

developer   ~0067764

There was a suggestion in 0032558 to use HTML5 session storage, but I don't think that's feasible without a major refactoring of Mantis.