Hi again!

We're using TC 5.5.9 with two WARs and the following situation:

/app1/example.jsp
(renders HTML with references to images being served from a servlet in
another application (context):

/app2/myImgs?name=image1.gif
/app2/myImgs?name=image2.gif
/app2/myImgs?name=image3.gif

We're also using 'single singon' because we need it for another reason.

The problem is that TC is creating 1 session for app1 and 3 sessions for
app2 (one per image served)!

I tried TC 6 and it seems that it creates only one session (as we
expected...).

1. Does anyone know if there's bug related to that?
2. Is there a better way to declare specific URLs to not creating new
sessions (ie: filter the myImgs servlet)?

Thanks in advance!

Paulo Alvim
Brazil
( +55 (31) 3213-1019
* [EMAIL PROTECTED]
Powerlogic S.A.



Reply via email to