in reply to Re^2: mod_perl2 sessions?
in thread mod_perl2 sessions?

A roundabout way seems Re: Session Cookie Glitch with mod_perl 2.03 and Apache 2.2.6

I would even try one of the recipees from mod_perl: Cooking Recipes, basically trying to get/set a cookie the hard way requires reading some Apache2:: docs

I would stick with a framework that abstracts away these low level details, Dancer/Catalyst/Mojolicious/CGI::Application...