Hello all!
When i work in local my website works;
But when i submitted a form through admin panel and click "view" button, the session is expired and i need to refill the user/id of my app. This problem is only on remote hosting, any idea?
edit: done, just change this value
$config->sessionFingerprint = true; to false
A