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

phildeman has asked for the wisdom of the Perl Monks concerning the following question:

I am new to using sessions. I understand that you can use sessions to store form variables, especially useful when there are multiple forms and users need to be able to toggle back and forth between forms before their final submission.

Can any direct me to books, point me to other resources, or give me a quick tutorial on how to set-up/create sessions?

Thanks.