You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the gameserver hosts a PHP based website, the PHP session will expire during game play.
Since Marauroa already has code to find the PHP session files in order to pick up the account name, Marauroa could refresh the last modified timestamp of those files regularly.
Alternatively the game could create a dummy request to a PHP-page via fetch in a setInterval callback.
The text was updated successfully, but these errors were encountered:
If the gameserver hosts a PHP based website, the PHP session will expire during game play.
Since Marauroa already has code to find the PHP session files in order to pick up the account name, Marauroa could refresh the last modified timestamp of those files regularly.
Alternatively the game could create a dummy request to a PHP-page via
fetch
in asetInterval
callback.The text was updated successfully, but these errors were encountered: