Tag archives for aws session management
Redis, Session Storage, REST and BTrees
Sessions are not a must for every web app. In fact, you can replace state maintenance (Sessions) with State ‘Transfers’ (REST). RESTFul calls provide the entire client state for each…