SessionMon is a utility that lets you analyze, test and monitor Servlet sessions at any point in your application's workflow. With this tool, fixing your HTTP session related bugs, performance lag, memory over usage, and replication issue are much less painful.
Take SessionMon for a test drive to see what it can actually do for you!
Here are some key features of "SessionMon":
· User friendly graphical interface (Access via API also available)
· Servlet session dump in HTML, XML and JSON format
· Session ID
· Number of other active sessions
· Number of session attributes
· Latest session attribute update time
· List of attributes in session
· Attribute name
· Attribute object type
· Non-serializable object indicator
· Attribute toString value
· Approximate size (in bytes) of attribute's entire data graph rooted at the object instance
· Size (in bytes) of attribute in serialized form
· Total approximate size (in bytes) of all session attributes' entire data graph rooted at the object instance
· Total size (in bytes) of all session attributes in serialized form
· Session creation time
· Session last accessed time
· Maximum inactive interval in seconds
· Is new session
· Session management tester
· Session replication test in your clustered environment - Analyze replication synchronization and delay.
· Session invalidation test