Hi,
It really depends, if you put the scope as request the ActionForm with user entered values will in request scope, if you specify it be in session the ActionForm will be in session scope. The best example where you use session is when are developing a "Wizard" where a user can go back and forward to change the entered values.
Cheers
Venu