[Klone-users] Bug cookie

Mickael Auger mickael.auger at gmail.com
Wed Apr 16 04:38:35 EDT 2008


Hi,

I created .kl1 page using "response_set_cookie()" function.
I wrote :
=======================
response_set_cookie(
   response,
   "mycookie",
   "myvalue",
   1300000000,
   "/",
   NULL,
   0
)
==================

However my web-browser display that there no expire date.
And telnet also shows this problem.

In "klone-core-2.0.2/src/libpage/response.c" file, line 166 in
"response_set_cookie()" function,
I think that there is no 's' to "expire" word.
I tested that and this problem was resolve.

Thanks

-- 
Mickaël AUGER
mickael.auger at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://koanlogic.com/pipermail/klone-users/attachments/20080416/01813591/attachment.htm


More information about the Klone-users mailing list