in reply to Session->load and CGI::Application
CGI::Application::Plugin::Session uses 'lazy loading'. In other words it will not create a session until you actually need it. The advantage of this is you don't have to 'load' a session object, it will do this for you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Session->load and CGI::Application
by knell (Initiate) on Jun 10, 2008 at 12:52 UTC |