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

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Thu Feb 21 20:18:58 EST 2008

Isn't there a cookie package on PLanet?

On Feb 21, 2008, at 7:34 PM, Jay McCarthy wrote:

> 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
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme



Posted on the users mailing list.