Class HttpSessionManager


  • public class HttpSessionManager
    extends RWLockContext
    Handles the stateful transactions in HTTP protocol as sessions. A HTTP transaction starts with the `/begin` command and is committed with `/commit` and rolled back with `/rollback`.
    Author:
    Luca Garulli ([email protected])