;
$cookie->bake;
$self->{_session} = \%session;
return \%session;
}
Sean
On Jan 6, 2005, at 9:20 AM, Michael Peters wrote:
[EMAIL PROTECTED] wrote:
Hi,
in my application ( the Project XP ) I use mod_perl.
but I haven't yet found a good way of maintaining state between
reques
[EMAIL PROTECTED] wrote:
Hi,
in my application ( the Project XP ) I use mod_perl.
but I haven't yet found a good way of maintaining state between request
cycles, using hidden fields and cookies. Is there ( I hope ) a better way
to store the state of the client/server application between req
http://search.cpan.org/dist/Apache-Session/Session.pm
- Original Message -
From: <[EMAIL PROTECTED]>
To: "mod_perl"
Sent: Thursday, January 06, 2005 4:10 PM
Subject: maintaining state between request cycles
Hi,
in my application ( the Project XP ) I use mod_perl.
b
Hi,
in my application ( the Project XP ) I use mod_perl.
but I haven't yet found a good way of maintaining state between request
cycles, using hidden fields and cookies. Is there ( I hope ) a better way
to store the state of the client/server application between requests other
than hidden f