blong42 / clearsilver

Official repository for the ClearSilver templating language and webkit
http://www.clearsilver.net/
Other
56 stars 25 forks source link

cgi_cookie_set does not work #10

Closed GoogleCodeExporter closed 7 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. cgi_cookie_set(cgi, "cgi_cookie_test", "hellocgi", "/", "localhost", "Sat. 
06 Oct 2013 08:30:00", 1, 0)
2. http://localhost/cgi-bin/hellocs
3. Set-Cookie: cgi_cookie_test=hellocgi; path=/; expires=Sat. 06 Oct 2013 
08:30:00; domain=localhost Content-Type: text/html 
HTTP_COOKIE 
SESS29af1facda0a866a687d5055f2fade2c=EaXgcoenUyy9_AvsvrFvniUv6PjfS2n6aS3iunlvLu0
; pla3412=123456; pla3412_salt=lt260tdkeqc

What is the expected output? What do you see instead?
there is cgi_cookie_set in HTTP_COOKIE, but nope.

What version of the product are you using? On what operating system?
clearsilver-0.10.5
Linux 3.5.2-gentoo x86_64 Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz 
GenuineIntel GNU/Linux

Please provide any additional information below.

Original issue reported on code.google.com by xiangzha...@gmail.com on 28 Sep 2012 at 4:43

GoogleCodeExporter commented 8 years ago
I think I need more information, like the exact code involved.

Original comment by blon...@gmail.com on 28 Sep 2012 at 9:43

GoogleCodeExporter commented 8 years ago
Thank Brandon, I attached the source code, please show me the magic :)

Original comment by xiangzha...@gmail.com on 29 Sep 2012 at 1:24

Attachments:

GoogleCodeExporter commented 8 years ago
I simply use printf("Set-Cookie:name=xzhai;\r\n");

Then it worked in my chrome browser ^_^

Original comment by xiangzha...@gmail.com on 29 Sep 2012 at 3:00

blong42 commented 7 years ago

closing as unable to reproduce