How can I pass init parameters to HttpSessionListener?

Posted by Dan on Stack Overflow See other posts from Stack Overflow or by Dan
Published on 2010-05-22T18:48:11Z Indexed on 2010/05/22 18:50 UTC
Read the original article Hit count: 287

When configuring filters, I can pass some values to a filter as initial parameters in web.xml and obtain those values in Filter via FilterConfig. How can I configure some initial parameters in web.xml for HttpSessionListener? If this is not possible, what are alternatives?

© Stack Overflow or respective owner

Related posts about java

Related posts about httpsessionlistener