What is best practice for securing an struts based web application?

2005-10-09 Thread Legolas Woodland
Hi Thank you for reading my mail. I used a simple login page + add a session variable after loged in to check the security of my system . the login page test and if the session variable be present it shows some other links like : edit profile , orders ,.. and if the session variable is not present

Re: What is best practice for securing an struts based web application?

2005-10-09 Thread Wendy Smoak
From: Legolas Woodland [EMAIL PROTECTED] I used a simple login page + add a session variable after loged in to check the security of my system . the login page test and if the session variable be present it shows some other links like : edit profile , orders ,.. and if the session variable is