>
> Normal request for page A: store in memory (not serialised)

Its serialized.


>
> Ajax request for page A: alter the page in memory (still only in memory, no
> new version)


yes page is altered so new version (ajax version)


>
> Normal request for page B: serialise A to disc and place B in memory


No now you first do a request to A that can change something on it
And then you redirect to B (you clicked on a Link object or submit a form on
page A)

if previous step didnt serialized then that version is lost


johan

Reply via email to