From: Henning Koch Date: 2004-10-05T06:12:07+09:00 Subject: pstore.rb not operating in binmode Hi, while using the Rails web framework, I came across an issue with ruby/lib/pstore.rb. Rails uses the PStore class to store (binary) session data, but Ruby's PStore doesn't set its streams to binmode. On Windows this causes PStore to corrupt the binary session data. I also posted about the issue to http://www.rubyonrails.org/show/MarshalDataTooShort The people in #rubyonrails asked me to post a note to ruby-talk about this issue. Bye, Henning -- Henning Koch http://www.paws.cx