command objects are stored in session or comes along with the page request?
if stored in session, it could cause issue while working on same page in multiple tabs, isn't it?
or do we have control over that?
Thanks senthil
command objects are stored in session or comes along with the page request?
if stored in session, it could cause issue while working on same page in multiple tabs, isn't it?
or do we have control over that?
Thanks senthil
It is stored in request - as request attributes.