Re: maintaining state between request cycles....

2005-01-06 Thread Sean Davis
; $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

Re: maintaining state between request cycles....

2005-01-06 Thread Michael Peters
[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

Re: maintaining state between request cycles....

2005-01-06 Thread Issac Goldstand
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

maintaining state between request cycles....

2005-01-06 Thread greger
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