Well, my blame is not there for nobody responding.  Upon looking closer
throughout the forums, this has been a question hitting for quite some time.

Arguments vary on why, but it seems that one ought to have to use sessions
if using Tomcat / Struts it seems.  Based on the importance  of SEO in
businesses keeping up on top, it seems a bit hard that there is no easy way
to turn off auto-session creation.

I have tried adding session="false" in my JSP, not used any form of
request.getSession(true), not used sessions in my struts-config.xml, and yet
I am still having sessions being created for me prior to a client logging in
or using a session.

At the moment it seems that something in Struts 1.2.8 is setting the locale
into the Session without me yet requesting it.  After quite some time it
seems one can do a locale=false in struts-config.xml.

After adding this, I think I have it licked and...

No, I forgot my rocket science degree.

Now Somewhere after where that locale was being created and prior to my
first "welcome" action being created, a session is still being created. 
This time there is no easy hint like last time (locale object) and I have no
clue what could be causing it.

No filters, no locale, no sessions in struts-config.xml, no getSession(),
no....    rocket science degree.

Any ideas?

Again we use Struts 1.2.8, Tomcat 6.0.18, Tiles 1.*, Velocity 1.5, etc.

Thank you for any ideas on how I can even track this down.  The
HttpSessionListener is not giving more detail then that one is being
created.

Guess maybe a debugger is next.


-----
JohnE

http://jobbank.com/ jobbank.com 
-- 
View this message in context: 
http://www.nabble.com/Sessionid-question-tp20177394p20199996.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to