Project

General

Profile

[Solved] Cookies via BASH without PHP/Perl

Added by Anonymous over 11 years ago

I'm trying to access/create cookies via CGI BASH scripts, without using PHP/Perl on an ARM processor. How did you guys do it?


Replies (2)

RE: LigHTTPd Cookies via BASH without PHP/Perl - Added by Anonymous over 11 years ago

Nothing? >_>

RE: LigHTTPd Cookies via BASH without PHP/Perl - Added by gstrauss over 3 years ago

lighttpd mod_cgi operates as a standard CGI gateway.

Your question about bash has nothing do to with lighttpd, and has to do with the CGI interface, including HTTP_COOKIE environment variable and the bash script sending Set-Cookie header(s).

    (1-2/2)