CGI::Session only allows you to change the name of the session globally.
CGI::Application::Plugin::Session will automatically notice the change in session name and start using the new one. So just run the above command sometime before you create or access the session.
Cheers,
Cees