From: Patrick Gundlach Date: 2004-12-17T07:07:13+09:00 Subject: CGI/session adds session_id in hidden fields Dear all, I use ruby for cgi development and use the CGI::Session module. But that module adds lines like to my html files. I need to make the CGI::Session module to stop this. How can I do so? Background: I store the files that are generated from my ruby script on the webserver as cache files. So the next visitor would get the file with my session id. Patrick