in reply to Re^6: tracking session:variables
in thread tracking session:variables
IMO, if you're going this route, you'd be much better off using CGI::Application combined with CGI::Application::Session. That'll do 3 things: it'll set up a session automatically, and it'll help you do multiple actions in a single script in a reasonably consistent and easy to follow manner, and it'll make it very easy to use templates.
|
|---|