sczyh30 / samsara-aquarius

:zap:Samsara Aquarius - a technology sharing web application written in Scala
MIT License
4 stars 1 forks source link

Fix the user session #4

Closed sczyh30 closed 8 years ago

sczyh30 commented 8 years ago

At present, Samsara Aquarius is using Play's global cache to save user session, but there is something wrong about the logic. So in next version we should find a more appropriate way to implement this.

sczyh30 commented 8 years ago

Fixed, but need a timestamp to implement expiration