YashasG98 / Multiplayer-Game-Server

A multiplayer game matchmaking server for Snake and Ladders and Connect Four
47 stars 27 forks source link

Use session instead of cookie #34

Open DelaMarc opened 4 years ago

DelaMarc commented 4 years ago

Session is more relavant than cookie when it comes to handling data of logged in users. Is is also easier to use. For example in logout function, instead of using set_cookie() and set the cookie's lifetime to 0, we could use session.pop() to delete data.

agbanusi commented 4 years ago

Hi, can I work on this please?

WilliamCheng12345 commented 3 years ago

Hi, I am interested in solving this issue. Has the issue been resolved? Thank you!