NAME
ASP4::SessionStateManager - Per-user state persistence
SYNOPSIS
You've seen this page <%= $Session->{counter}++ %> times before.
DESCRIPTION
Web applications require session state management - and the simpler, the better.
ASP4::SessionStateManager
is a simple blessed hash. When it goes out of scope, it is saved to the database (or whatever).
If no changes were made to the session, it is not saved.
PUBLIC METHODS
save( )
Causes the session data to be saved.
reset( )
Causes the session data to be emptied.