mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
9d88727aff
userinfo is served from a 30s session cache (Session::PopulateVar), so a freshly saved preference (e.g. the large-map checkbox) only reflected after the cache expired or a re-login — the box appeared unchanged on OK. Invalidate the per-user session cache after saving so the redirected page reloads the values from the DB right away. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>