<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -63,7 +63,7 @@ A test written with Webrat can handle these changes smoothly.
 
 == REQUIREMENTS:
 
-* Rails &gt;= 1.2.6
+* Rails &gt;= 1.2.6 or Merb edge
 * Hpricot &gt;= 0.6
 * Rails integration tests in Test::Unit _or_
 * RSpec stories (using an RSpec version &gt;= revision 2997)
@@ -76,6 +76,12 @@ In your stories/helper.rb:
   
 You could also unpack the gem into vendor/plugins.
 
+To avoid losing sessions, you need this in environments/test.rb:
+
+Merb::Config.use do |c|
+  c[:session_store] = 'memory' 
+end  
+
 == HISTORY:
 
 See CHANGELOG in this directory.</diff>
      <filename>README.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f74037e4dac06f7c4a6f2f43a38296abbd749886</id>
    </parent>
  </parents>
  <author>
    <name>Gwyn Morfey</name>
    <email>gwyn@new-bamboo.co.uk</email>
  </author>
  <url>http://github.com/gwynm/webrat/commit/ede0073db409a379573bd5573f56e9794161ca0f</url>
  <id>ede0073db409a379573bd5573f56e9794161ca0f</id>
  <committed-date>2008-04-16T09:14:23-07:00</committed-date>
  <authored-date>2008-04-16T09:14:23-07:00</authored-date>
  <message>Added note to readme file: use session_store = memory or lose your sessions.</message>
  <tree>c7ee86ef138c655b7a12bd70d241271138aa5e77</tree>
  <committer>
    <name>Gwyn Morfey</name>
    <email>gwyn@new-bamboo.co.uk</email>
  </committer>
</commit>
