Created
July 17, 2020 09:27
-
-
Save proudcommerce/d9ac559ff1282b200cd2b2c79741413c to your computer and use it in GitHub Desktop.
Workaround for OXID Admin Logout / Session-Timeout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{* Create module with tmeplate block for: admin_header_links *}] | |
[{$smarty.block.parent}] | |
<script> | |
setInterval(function () { | |
window.location.href=window.location.href; | |
}, 1800000); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment