I decided to try CGI::Session out and was wondering if the user does not have cookies enabled, then that means I would need to pass the session id through the query string?
I'm assuming HTML::Template would be best for this? Are there any other options that may be better/ more efficient?