Hi everyone,
As I said earlier this is a feed back from Maha.

I tried this site. In fact I am in the process of evaluating the site's server. Basically I just wrote small web authendication application which has all parts .
1. Some html pages
2. Some jsp pages
3. 2 servlets
4. One MySQl database
This application basically gets a 'login' and a 'password' from a Html form and calls a LoginServlet, this login servlet calls business logic beans to validate the login and password (These Business logic beans basically talks to backend MySQl database) and creates a 'userView' viewbean and puts in session and redirects the request to the corresponding 'SuccessfulLogin.jsp' OR 'UnSuccessfulLogin.jsp'.
I had written and tested everything with Sun's JSWDK server locally. All fine. I deployed the application in their server also. Everything works fine except this part.

The jsp page is not retriving the dynamic data from the view bean which is put in the session. It displays null. I almost spent a whole day digging into all nook and corners. It seems to me that the jsp page gets FRESH BEAN everytime it is called instead of whatever the LoginServlet already put.
Any idea why this beahviour?

I sent a mail to the support team also
http://www.webappcabaret.com. I understand you need some more details to understand the problem more clearly. So I put the details in the next post so that this post does not look longer at first.
Thank you.
regds
maha anna