Since I&#39;m on a role in talking to myself... here it goes...<br><br>I &#39;fixed&#39; it... the rails app was sending the session_id as cookies[&#39;_session_id&#39;] and merb was trying to get it from cookies[:session_id]....
<br><br>sooo. I hacked it for now but I&#39;ll have to figure out where to change that name later...<br>I set&nbsp; <span style="font-weight: bold;">cookies[:session_id] = cookies[&#39;_session_id&#39;] </span>under MERB_GEM_ROOT/lib/merb/session/merb_ar_session.rb
<br><br>It works now. But any ideas or suggestions are welcome. :-)<br><br>cheers,<br><br>-rjs-<br><br><br><div><span class="gmail_quote">On 12/27/06, <b class="gmail_sendername">Rogelio J. Samour</b> &lt;<a href="mailto:rogelio.samour@gmail.com">
rogelio.samour@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I&#39;m having an issue with ARsessions... I have a rails app AND a merb app both under the same domain... I have redirects working for this to be seamless... however, the session started on merb is different than the session started in the rails app... like so.. 
<a href="http://pastie.caboo.se/private/r1ar42qiaekrqjdt6y" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://pastie.caboo.se/private/r1ar42qiaekrqjdt6y</a><br><br>Any ideas why?<br><br>The only difference I see, but dunno where to change this, is that the rails app uses utc datetimes... the merb app doesn&#39;t.. one can see that on the attributes.
<br><br>Thanks!<br><br>Cheers,<br><span class="sg"><br><br>-rjs-

</span></blockquote></div><br>