http://www.perlmonks.org?node_id=465417


in reply to Session / User Management

you can have a look at following modules CGI::Session, CGI::Application and CGI.pm, CGI::Cookie
use cookies to send session id to the user and then fetch those cookies for every page visited by the user
you can also use hidden fields but cookies will be fine
let me know if i can help you better