timed auto logout and browser close

后端 未结 6 1273
温柔的废话
温柔的废话 2021-01-19 15:29

I\'ve created a very simple multiuser game for learning purposes.

As users log on, each other user gets an update of all currently logged in users.

When a us

6条回答
  •  我在风中等你
    2021-01-19 16:01

    You could implement a $_SESSION based solution, like Gumbo answered this question. Then you could adapt it to handle your database requirements.

提交回复
热议问题