Everytime a page is served from my Struts application, I want to check to make sure the user is logged in. If they are not then I want to send them to the login screen. What is the best way to go about this using Struts?
Could you please also provide me some sample code ?...
Start Free Trial