lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, 22 Feb 2011 16:44:24 +0100, Jerome Vuarand
<jerome.vuarand@gmail.com> wrote:
>Cookies are just HTTP headers. You can use the LuaSocket http module
>to do the requests, it gives you direct access to outgoing and
>incoming headers. Parsing the cookie actual content is then just a few
>string.match calls away.
>

Thanks for the tip. I'll read up on how to save cookies in an external
file, and read those before sending any new query to the HTTP server.