[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: cgilua
- From: Markus Fritsche <Fritsche.Markus@...>
- Date: Tue, 22 Oct 2002 23:36:52 +0200
Tomas wrote:
Do you mean "cookie.delete"?
So, what does options.expires stand for?
and what should
if options.expires then
local t = date("!%A, %d-%b-%Y %H:%M:%S GMT", options.expires)
cookie = cookie .. %Private.optional("expires", t)
end
do (evaluated on the console date() always returns the current date,
regardless the second parameter - correct me if I'm wrong).
Regards, Markus