Search found 2 matches

by John D.
26 Oct 2007, 08:01
Forum: Help
Topic: Change session timeout value?
Replies: 8
Views: 28665

Ok, here is what I did to alleviate this problem (and also implement some kind of session timeout):

1. I added a new attribute to the mantis_user_table called "logged_in"
2. Every log-in set the value of that attribute to 1 (for that user), every log-out sets it to 0.
3. Add a check to the ...
by John D.
25 Oct 2007, 15:10
Forum: Help
Topic: Change session timeout value?
Replies: 8
Views: 28665

Hi metroid and anyone else,

I hope i am not too late to answer your question. I had the very same problem using Mantis 1.0.8. After inspecting the code I finally reached the conclusion that setting the session timeout value is not possible (in Mantis 1.0.8 which is the only version I have installed ...