search for: memeorystor

Displaying 1 result from an estimated 1 matches for "memeorystor".

Did you mean: memeorystore
2006 Feb 26
0
Ajax, MemoryStore and sessions
...ts pressed it tries to retrieve the session value previously stored there. However the session doesn''t contains anything. The previous value is gone. I''m not sure what is happening and how to get around this problem. Can anyone explain what I''m doing wrong? I need to use memeoryStore since the object I want to store cannot be marshalled to PStore. Thxs, Rob Here is the page code: <%= form_remote_tag(:update => "mydiv", :url => {:action => :ajaxp2}) %> Enter a number: <%= text_field_tag(:arg1, @params[:arg1], :size => 5, :maxlength => 5)...