From: David Heinemeier Hansson Date: 2003-08-02T01:08:51+09:00 Subject: Creating sessions with a specified cookie path Is there any way to specify the path in the cookie that gets created on CGI::Session.new? My problem is that a session created on a script residing under /some/page.rbx has that path embedded in the cookie. Hence, it's not available for /other/page.rbx. / David