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
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
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.
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
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
data is set without it appearing in the browser? A shortened version
of the code is below, in