Re: Cookie expiration date format

2007-06-06 Thread Vincent Bray
On 06/06/07, César Leonardo Blum Silveira <[EMAIL PROTECTED]> wrote: I want to set the expiration date on a cookie sent by my module. Is there any APR/Apache API function which returns a date in the format specified for cookies? Not that I'm aware of, but then I'm not generally very aware. Anyw

Cookie expiration date format

2007-06-06 Thread César Leonardo Blum Silveira
Hello all, I want to set the expiration date on a cookie sent by my module. Is there any APR/Apache API function which returns a date in the format specified for cookies? Also, in order to set the expiration date on a cookie, the only thing that is needed is to add "expires=[date]" to my cookie,