Hi,<br><br>I created .kl1 page using "response_set_cookie()" function.<br>I wrote :<br>=======================<br>response_set_cookie(<br> response, <br> "mycookie",<br> "myvalue",<br> 1300000000,<br>
"/",<br> NULL,<br> 0<br>)<br>==================<br><br>However my web-browser display that there no expire date.<br>And telnet also shows this problem.<br><br>In "klone-core-2.0.2/src/libpage/response.c" file, line 166 in "response_set_cookie()" function,<br>
I think that there is no 's' to "expire" word.<br>I tested that and this problem was resolve.<br><br>Thanks<br clear="all"><br>-- <br>Mickaël AUGER<br><a href="mailto:mickael.auger@gmail.com">mickael.auger@gmail.com</a>