Hi All:

 

I have implemented a HttpSessionListener in my Struts based Web App.

 

And session creation and destruction are indicated by the printing of Debug
Statements on the Console.

 

I am also using Formm-based JDBC-JNDI Realm based Authentication.

 

But what I find strange is that when I launch the URL of my Web-App in IE
via Eclipse, the sessionCreated Debug statements get printed.

 

I think this is strange as I expect session to be created when the User
clicks on the Login Button.

 

So can anyone pls clarify if the session is supposed to be created when we
l;aunch the URL or session is supposed to be created when the User logs in.

 

Thanks.

 

Chetan

Reply via email to