Hi all,

I’m a novice as of Spring is concerned. I guess the default scope of variables in Spring is session/flash. How can I change it to a request scope?

Secondly, I would like to know if there is a way to use both session and request scope simultaneously. I mean for few variable I want session/flash to be my scope and for the rest of the variables I want request to be my scope.

Freddie