What I tried to state is that the docs don't correspond to the code. 

BTW: If you allready have a session it doesn't matter wheter you call
request.getSession() or request.getSession( false ) or request.getSession(
true )
'cause you'll always get your >>Session<<. 

But when you use input modules in the sitemap, and maybe are not aware 
that at a special moment you have no session issued yet and use such a 
module you can run into troubles.

In my application I realized that I had some SVG pipelines that opened new
sessions every time a SVG got served. I use SessionModule to select the
language of the client that I save into session during login procedure. 

So I tracked down to the point where I could see the matters of fact and
sent the report to dev list.

IMHO the code needs the change I applied with the previous mail, because
an inputmodule should never open a new session. But that's my opinion. In
some cases it could also make sense to open a session in an inputmodule.

Regards
Michael


-- 
+++ GMX - die erste Adresse f�r Mail, Message, More +++
Neu: Preissenkung f�r MMS und FreeMMS! http://www.gmx.net


Reply via email to