nsantorello / Shumarks

Share meaningful content on the web.
www.shumarks.com
2 stars 0 forks source link

Session Persistence and un-registered users #4

Closed shoebox639 closed 14 years ago

shoebox639 commented 14 years ago

Persist each client session and track certain events that happen during that session:

Add the ability to have unregistered users. All session will now have a user associated, whether they are registered or unregistered. Start out any session with an unregistered user. When they login, change the user to the current_user. If they register, upgrade the current unregistered user to a new user.