Since I'm on a role in talking to myself... here it goes...<br><br>I 'fixed' it... the rails app was sending the session_id as cookies['_session_id'] and merb was trying to get it from cookies[:session_id]....
<br><br>sooo. I hacked it for now but I'll have to figure out where to change that name later...<br>I set <span style="font-weight: bold;">cookies[:session_id] = cookies['_session_id'] </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> <<a href="mailto:rogelio.samour@gmail.com">
rogelio.samour@gmail.com</a>> 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'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'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>