a little more clear that stow is not a global variable system

This commit is contained in:
JT Smith 2006-03-19 17:33:26 +00:00
parent f02a605c74
commit 2d318ab9a9

View file

@ -22,7 +22,7 @@ Package WebGUI::Session::Stow
=head1 DESCRIPTION
This package allows you to "stow" a scalar or a reference to any other perl structure for the duration of the request. It's sort of like a mini in memory cache that only exists unless $session->close is called.
This package allows you to "stow" a scalar or a reference to any other perl structure for the duration of the request. It's sort of like a mini in memory cache that only exists unless $session->close is called. Note that this is NOT supposed to be used as a global variable system. It's simply an in memory cache.
=head1 SYNOPSIS