CSRF token error. Try to refresh the page and try again

I applied another workaround but not sure how good it is, but it works well.
change php.ini from

session.gc_maxlifetime = 1440
to
session.gc_maxlifetime = 14400

Whoa, 10x longer cookie lifetime.
(restart apache of course)

1 Like