Date: Mon, 28 Jun 2004 18:44:24 -0400
From: Steven Ketcham <anamki@verizon.net>
Subject: [webricken:128] WEBrick::HTTPServer and cookies
To: webricken@notwork.org
Message-Id: <opsabtga06dq7qf5@outgoing.verizon.net>
In-Reply-To: <200406290739.FMLAAB49841.webricken@notwork.org>
References: <opsabs8t1mdq7qf5@outgoing.verizon.net> <200406290739.FMLAAB49841.webricken@notwork.org>
X-Mail-Count: 00128
I am looking for examples of using cookies with WEBrick::HTTPServer.
How to set a cookie?
How to read a cookie?
How to delete a cookie?
I want to write a RHTML application with Apache (eruby/erb) but I want to
use WEBrick::HTTPServer as the development server.
Thanks!