Re: Authentication logic [was: Changing browser URL based on condition]
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAC0_be3=a4TJw9_9cLEBPFP20vT-=LySnLW33kC4p-YDUvV2hw@mail.gmail.com> |
On Thu, Jul 14, 2011 at 3:15 PM, Vincent Veyron <[email protected]> wrote: > OK, I must have missed it in the doc, I'll look again. I think you're misunderstand. Storable doesn't do this for you. The idea is you could capture the session in a variable and write that to a database. If you'd rather not roll your own but you don't like the Apache::Session API, look at other stuff on CPAN like CGI::Session. - Perrin