Added by Anonymous about 12 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?
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).