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, which is set by the "Set-Cookie" header, right? Thank you in advance, -- César L. B. Silveira http://cesarbs.wordpress.com/
