Hi,

I've got a mobile enabled app that needs to be able to pass
_session_id for certain phones/operators that cannot/will not handle
cookies.  I've outlined the problem here and given the code here:

http://pastie.org/307103

Basically, I cannot get form_for to pick up the _session_id on cookie-
less sessions unless I override it.  When I do override form_for to
have it pass _session_id as a hidden param, the default_url_options
override then starts working and adding the session_id to the form
action url.  This then breaks the controller when the form is
submitted ('Only get, put, and delete requests are allowed.').

Any thoughts, insights or suggestions would be appreciated.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to