0

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

senthil
  • 335
  • 1
  • 4
  • 7

1 Answers1

0

It is stored in request - as request attributes.

Biju Kunjummen
  • 49,138
  • 14
  • 112
  • 125