Hi,
What is the best way to maintain the scope of a session in a struts2 web application.
I mean if a user logs in and after validation say the user can remain idle for 10 mins after which his session will be over or uptill the time he logs out himself.
any special means in
STRUTS 2 which helps us to maintain the session or should we control the session variables ourselves using SessionAware??