I have a object
that i want to store for a moment. The object is in a controller for now, the controller will generate a view. A AJAX
request is made from the view to next controller. For that moment i need the object previously stored. Previously, i used session
and it worked well. But not sure it is the right thing to do. Is session
the answer for this or is there anything else?
P.S. I need to access the data multiple time.