Robert Walker wrote: > SpringFlowers AutumnMoon wrote: >> Roderick van Domburg wrote: >> >>> So theoretically: no, Rails apps don't require cookies. But what are the >>> practical reasons to be concerned about them? [...] >> >> So I instantly disabled cookie on Firefox using Web Developer add-on, >> and then, my Rails site that was working before now gave an error... and >> didn't work... >> >> that's the concern... turning off cookie broke my Rails app. > > Generally speaking, yes it will. Just like it will break almost any web > application Rails or otherwise. :)
Well, PHP's session management will automatically fall back to putting session ID in the URL. I believe JSP does this too. Is there no way to get Rails to do likewise? (I'm a lot less concerned about this than SpringFlowers seems to be, but some people really need or want to avoid cookies. Since this problem was solved long since for other Web technologies, I'm a bit surprised that it is not so for Rails.) Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

