Re: Server side cookie problems

2008-02-07 Thread Gabriel Genellina
En Thu, 07 Feb 2008 10:40:58 -0200, rodmc <[EMAIL PROTECTED]> escribi�: > Also how do I find out if a cookie has expired? I have tried various > methods but to no avail? The browser won't send the cookie in that case. The server cannot tell whether the cookie expired or it never existed, AFAI

Re: Server side cookie problems

2008-02-07 Thread rodmc
On Feb 7, 1:06 pm, rodmc <[EMAIL PROTECTED]> wrote: > On Feb 6, 8:00 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > > > > > En Wed, 06 Feb 2008 15:27:53 -0200, rodmc <[EMAIL PROTECTED]> > > escribi�: > > > > Hi, I am trying to set a cookie on a client computer using the Cookie > > > module ho

Re: Server side cookie problems

2008-02-07 Thread rodmc
On Feb 6, 8:00 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Wed, 06 Feb 2008 15:27:53 -0200, rodmc <[EMAIL PROTECTED]> > escribi�: > > > Hi, I am trying to set a cookie on a client computer using the Cookie > > module however all I get is the text being printed in the browser > > window.

Re: Server side cookie problems

2008-02-06 Thread Gabriel Genellina
En Wed, 06 Feb 2008 15:27:53 -0200, rodmc <[EMAIL PROTECTED]> escribi�: > Hi, I am trying to set a cookie on a client computer using the Cookie > module however all I get is the text being printed in the browser > window. Can anyone point me in the right direction so that the cookie > > def writ