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?
When configuring filters, I can pass some values to a filter as initial parameters
Share
In the code:
And in web.xml: