P
Patrick Gundlach
Dear all,
I use ruby for cgi development and use the CGI::Session module. But
that module adds lines like
<INPUT TYPE=HIDDEN NAME="_session_id" VALUE="7245f27c4d765f92">
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
I use ruby for cgi development and use the CGI::Session module. But
that module adds lines like
<INPUT TYPE=HIDDEN NAME="_session_id" VALUE="7245f27c4d765f92">
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