From: ara.t.howard@... Date: 2007-02-25T05:06:26+09:00 Subject: Re: Problem with session under cgi file. On Sun, 25 Feb 2007, Dsa Dang wrote: >> you need to make sure you flush and close it. > > I've added sess.close at the end but it still doesn't work :/ > are you setting the expiration? cgi = CGI.new session = CGI::Session.new(cgi, "session_expires" => Time.at(2**31-1)) at_exit{ session.update; session.close } -a -- be kind whenever possible... it is always possible. - the dalai lama