Clean up session refresh handling (dedicated timer, don't refresh in non-GET request, etc.)

This commit is contained in:
Kijin Sung 2026-04-30 23:00:55 +09:00
parent f438a91cd6
commit 7f1a61fb83
2 changed files with 16 additions and 4 deletions

View file

@ -211,7 +211,7 @@ class ModuleObject extends BaseObject
}
// Special treatment for admin actions
if(preg_match('/^disp[A-Z][a-z0-9\_]+Admin/', $this->act))
if(preg_match('/^disp(?:Admin[A-Z]|[A-Z][a-z0-9\_]+Admin)/', $this->act))
{
// Set admin layout
if(config('view.manager_layout') === 'admin')