problem for CGI create Cookie!!!!

Hi Everyone,

I am facing the problem to create the cookie in CGI (bash script).
Is it possible can create in cgi? or javascript better?

Anyone got the sample to create the cookie in cgi(bash script)?
Just the login will do ->> USERNAME and PASSWORD

after create how to store into the temperarily folden?

How someone can help me!!

Urgently

regards,
jingtung

Cookies must be sent (by either the server or the client) in the HTTP headers using the Set-Cookie header (server) or the Cookie header (client). See Wikipedia and RFC 2965 for more information

thank you Pludi.. it is useful for me!!!