Open
Description
Properties we need:
- No database storage consumptions - since high traffic websites would needlessly occupy space.
- Created as soon as the first API call is made
- Anonymous session data is transferred to an authenticated session easily
- Enable / disable anonymous sessions - enabled by default.
- On unauthorised / logout, create a new anonymous session automatically.
- Have one persistent string that's the same across anonymous / authorised sessions, no matter how many times the switch occurs.