[plt-scheme] Incorporation of cookies into x-expression

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Thu Feb 21 19:34:47 EST 2008

Make an response object directly. A cookie is an HTTP-Header. You'll
use xexpr->string to turn your xexpr into the string required by the
response object. - Jay

http://docs.plt-scheme.org/web-server/response-structs_ss.html

On Thu, Feb 21, 2008 at 4:14 PM, Justin Paston-Cooper
<paston.cooper at gmail.com> wrote:
> Hello. Could anyone please tell me how to send a cookie in plt-web-server
> with html also to send? Thank you.
>
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>



-- 
Jay McCarthy <jay.mccarthy at gmail.com>
http://jay.teammccarthy.org


Posted on the users mailing list.