From: Yukihiro Matsumoto Date: 2005-01-17T11:22:41+09:00 Subject: Re: problems with session data and given session_id Hi, In message "Re: problems with session data and given session_id" on Mon, 17 Jan 2005 03:25:00 +0900, Florian Weber writes: |i'm trying to use a session via a existing session_id like: | |CGI::Session.new(CGI.new, {"database_manager" => CGI::Session::PStore, |"prefix" => "ruby_sess.", "session_path" => "/", 'session_id' => |my_session_id}) | |the session was created earlier (but via a cookie) already and has some |data. |any ideas what could go wrong here? There are just too many possible problems. Show us the code to reproduce your problem. matz.