ID | Project | Category | Submitted / Last Updated |
---|---|---|---|
00267 | UserSpice | Misc Code | 2018-06-25 13:51:59 / 2019-06-13 15:42:08 |
Reported | Evert Everts | Assigned To | Unassigned |
Priority | low | Reported | 4.3.25 |
Status | closed | Resolution Version and Commit | |
Summary | Auto logout after some seconds | ||
Description |
<p>Serious problem: after logging in my site logs out after some seconds.</p> <p>It doesn't matter what page I am in: my own page or dashboard. Also no page-reload is needed.</p> <p>The problem started after uploading updates 15-25.</p> <p>grtx, Evert</p> |
xxxxxxxxxx
<p>Does this problem also exists when performing a clean install of the latest version? 4.3.25 Currently.</p>
xxxxxxxxxx
<p>Hi Evert,</p>
<p>This is due to an issue with the Session Manager which was disabled through an update on 4.3.24. Please run the following query to disable it:</p>
<p>UPDATE settings SET session_manager=0 WHERE id=1;</p>
<p>Otherwise, I have a patch for this issue if you wish to use the Session Manager, let me know.</p>
<p>Thanks,</p>
<p>Brandin.</p>
xxxxxxxxxx
<p>This solved the problem for this moment. Thanks, Brandin!</p>