Closed darrenmoore closed 6 years ago
A user can have many sessions.
Then replace all code and documentation that uses session.user().
Avoid using sessions directly.
Default name to be anon1234 Set and retrieve name Schedules to be stored on user.
As much data should be on user account. So it can be maintained via web or interface
A user can have many sessions.
Then replace all code and documentation that uses session.user().
Avoid using sessions directly.