All,
Thanks for the help! I'm going to summarize the problem to recap, the
solutions proposed, and what I found trying to implement them.
First the problem:
I have a Catalyst Web App that requires users to log in before
they can do
anything (it's a front end for managing mailing list subs
On Mon, Oct 6, 2008 at 7:43 AM, Chisel Wright <[EMAIL PROTECTED]> wrote:
> On Mon, Oct 06, 2008 at 09:30:42AM -0500, James R. Leu wrote:
>> See my comment at the end.
>
> I'm sorry if I start a flame-war, but is there any reason why long posts
> don't get trimmed in this (and other) posts?
>
> It h
Am 06.10.2008 um 16:14 schrieb Moritz Onken:
Authentication
Session
Session::Store::FastMmap
Session::State::Cookie
Storing the session with FastMmap is not a good idea. If the
cache_size
of FastMmap is exhausted it s
On Mon, Oct 06, 2008 at 09:30:42AM -0500, James R. Leu wrote:
> See my comment at the end.
I'm sorry if I start a flame-war, but is there any reason why long posts
don't get trimmed in this (and other) posts?
It happens quite a bit, and I seem to spend half my time scrolling past
the un-trimmed p
See my comment at the end.
On Mon, Oct 06, 2008 at 07:10:53AM -0700, J. Shirley wrote:
> On Mon, Oct 6, 2008 at 6:47 AM, Paul Cory <[EMAIL PROTECTED]> wrote:
> > All,
> >
> > I've Googled repeatedly, and RTFMed, and I've reached a point where I have
> > to ask for help.
> >
> > I have a Catalyst W
On Mon, Oct 6, 2008 at 6:47 AM, Paul Cory <[EMAIL PROTECTED]> wrote:
> All,
>
> I've Googled repeatedly, and RTFMed, and I've reached a point where I have
> to ask for help.
>
> I have a Catalyst Web App that requires users to log in before they can do
> anything (it's a front end for managing mail
Authentication
Session
Session::Store::FastMmap
Session::State::Cookie
Storing the session with FastMmap is not a good idea. If the cache_size
of FastMmap is exhausted it starts dropping sessions to make space
for new sess
All,
I've Googled repeatedly, and RTFMed, and I've reached a point where I
have to ask for help.
I have a Catalyst Web App that requires users to log in before they
can do anything (it's a front end for managing mailing list
subscriptions).
This runs on Apache 1.3/mod_perl 1/perl 5.8.8/