Skip to content
Snippets Groups Projects
Commit 6e54c8d1 authored by Colin Newell's avatar Colin Newell Committed by Olivier Dony
Browse files

[FIX] web: avoid marking session as modified every time

The `rotate` flag introduced by 31d817e8
was initialized at the very end of the session init, after
the reset of the `modified` flag.
This had the side-effect of marking the session as modified
for every request, saving the session to disk every time
even without any change.

Closes #6795
parent f57f8c87
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment