jeteve has asked for the wisdom of the Perl Monks concerning the following question:
Hello wise monks
I plan to use HTML::Mason to develop a website, and I'm a bit struggling with session handling
What I'd like to do is to retrieve the session in the init block of the autohandler, save it in the cleanup block of this same component and the most important, make it available under the name of $session in every component used.
This $session variable should be global on a request scope.
Do you know how to set that up ?
Thx !!
-- Nice photos of naked perl sources here !
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mason request scope variable
by themage (Friar) on Jan 16, 2007 at 13:02 UTC | |
|
Re: mason request scope variable
by chakram88 (Pilgrim) on Jan 16, 2007 at 14:54 UTC | |
|
Re: mason request scope variable
by Anonymous Monk on Jan 16, 2007 at 12:54 UTC |