fatcodeguy
Programmer
Hi,
I perform a security check on every page to check if a user is logged in, and what his/her access is. If they haven't logged in, or don't have access, it redirects them to the login page.
Is there another way to do this (like have a servlet or something check for it) instead of having the scriptlet on every page? I'm using Struts, is there a better way using the framework?
Thanks
I perform a security check on every page to check if a user is logged in, and what his/her access is. If they haven't logged in, or don't have access, it redirects them to the login page.
Is there another way to do this (like have a servlet or something check for it) instead of having the scriptlet on every page? I'm using Struts, is there a better way using the framework?
Thanks