http://qs321.pair.com?node_id=153418

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

hi y'all, I am trying to get Apache::Session::MySQL to work with the various perl "pages" of my site. I only want to build the tied session object in one place though and reference, mainly because it is 11 lines of identical code and also because I might need to change the database information one day.

Can anyone point me to an example where they have built the session hash in one package and referenced it in multiple pages?

When I do it, either the stuff I added to the session isn't available in the subsequent page, or the first page "locks" the session and the second page gets stuck trying to grab it, and never returns...