maplant / marche

c'est le marché
https://cest-le-marche.com/t/en
Apache License 2.0
38 stars 0 forks source link

Increase session count #48

Closed EgMan closed 2 years ago

EgMan commented 2 years ago

Instead of having just one session, we like 3 maybe

maplant commented 2 years ago

For now, you can have unlimited sessions. I added an extra protection in that login_session now included the client IP, but I have no idea how that works with reverse proxies and such (doing testing now)

maplant commented 2 years ago

Actually, I'm removing the ip address check. Doesn't really provide much security and is annoying for roaming users. Still storing ip address with login session though.