LIFESPAN=session, not LIFE-SPAN=session :)

/Magnus Stenman
http://orion.evermind.net

---------------------------------------------------------------------

When java bean implements HttpSessionBindingListener interface it gets
notified when it is added and/or remove from the session object. That works
fine if you add/remove objects to/from session manually. However, if USEBEAN
tag is used with the LIFE-SPAN=session it seems to bound and unbound on
every page request (in spite of "session" lifespan). Is this a bug in JRun,
the servlet engine we are using, or it is supposed to work like that?

Has anyone seen similar behavior?

Thanks,
Alex

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to