Re: [Mason] Can't get session working

2008-11-06 Thread Apu islam
-- > > you probably want the session ID creation on <%once> instead of <%init>. > however, this is a simple test that worked for me for Apache2 > Cookie module's bake() will put the cookie on outgoing header, ( on the > request $r ) and thaw() will giv

Re: [Mason] Can't get session working

2008-11-06 Thread Aaron Hawryluk
; > you probably want the session ID creation on <%once> instead of <%init>. > however, this is a simple test that worked for me for Apache2 > Cookie module's bake() will put the cookie on outgoing header, ( on the > request $r ) and thaw() will give you the value of

Re: [Mason] Can't get session working

2008-11-06 Thread Apu islam
lps. -- Apu Islam ( E Pluribus Unum) - Original Message From: Aaron Hawryluk <[EMAIL PROTECTED]> To: mason-users@lists.sourceforge.net Sent: Thursday, November 6, 2008 2:49:35 PM Subject: [Mason] Can't get session working Hi all, I'm new

Re: [Mason] Can't get session working

2008-11-06 Thread Hans Dieter Pearcey
On Thu, Nov 06, 2008 at 01:49:35PM -0700, Aaron Hawryluk wrote: > I'm new to the list (and Mason - which by the way, is awesome). I have > a couple of questions about session and cookie handling. I could seem > to find any cookie-cutter recipes out there that worked on my setup > (Apache2,mod_perl2

[Mason] Can't get session working

2008-11-06 Thread Aaron Hawryluk
Hi all, I'm new to the list (and Mason - which by the way, is awesome). I have a couple of questions about session and cookie handling. I could seem to find any cookie-cutter recipes out there that worked on my setup (Apache2,mod_perl2,latest Mason) so I thought I'd ask here. I'm just trying to ba