Hi, This question is not exclusive to Struts but i am hopeful Stuts must be having a solution for this.
Once i authenticate a user and store his user information in session, i dont want that the login screen should appear again, unless ofcourse the user logs out or the session expires. As of now in my application, the user can always click the "BACK" button on the browser and access the login screen. MUST i use JAVASCRIPT to prevent this, or Struts can help me here. Deepank

