Considering a new web app that uses both ajax and standard http post forms depending on the situation, is it bad to use session vars to store user input data? The alternative to using session vars is to use a hidden form element or a javascript variable. Both can be serialized on a submit event or tweaked with some js to make this work (i.e. simulate hash/array''s available in ruby). Which is the "better" way to handle this? I don''t need any degradation for non js browsers, js is required to use the site. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---