Hello young and old.
I have a problem. I am using apache with mod_ruby and eruby.
I am trying to obtain a new CGI::Session object (start a new session). I
get nothing. There is no error, but the request never finishes.
I have tried things of the form:
session = CGI::Session(cgi)
where cgi is a valid, working cgi object.
What am I doing wrong?
Greg