I have a session listener attached to my application and I noticed that
resin 3.0.24 seems to be creating new sessions for every js/css/image
mentioned in my JSPs:

23:21:28,185 INFO  [SessionListener] There are now 131 live sessions in the
application.
23:21:28,854 INFO  [SessionListener] New Session created on Sun Feb 17
23:21:28 NZDT 2008 with id: abce2SQNxabqEdacORMGr from uri /images/space.gif
for null
23:21:28,855 INFO  [SessionListener] There are now 132 live sessions in the
application.
23:21:28,856 INFO  [SessionListener] New Session created on Sun Feb 17
23:21:28 NZDT 2008 with id: abce2SQNxabqEdacORMGr from uri
/images/box_main_bot_right.gif for null
23:21:28,856 INFO  [SessionListener] There are now 134 live sessions in the
application.
23:21:28,856 INFO  [SessionListener] New Session created on Sun Feb 17
23:21:28 NZDT 2008 with id: abce2SQNxabqEdacORMGr from uri
/images/box_main_bot_left.gif for null

Is this a bug in resin, or should I be looking somewhere in my application
for a rogue filter thats kicking in sessions (I couldn't spot anything
walking back up the chain in my debugger thou)?

Oddly - the session id always appears to be the same, so I suspect Resin is
calling my sessionCreated() method more than it should.

Any ideas?

mark

-- 
"The L in LAMP stands for Linux, not Looney" - Jonathan Schwartz, Sun
Microsystems, Inc.
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to