JBossWeb/Tomcat HTTP Session Implementation Details

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Relevance

  • JBoss AS 5.1.2

Implementation Details

Lifecycle

!!SessionID Generation

SessionID is generated by Template:ManagerBase.generateSessionId().

!!Sesssion Counter

Maintained by the Template:SessionCounter variable of the Template:StandardManager instance of the web application.