1. How to intercept custom HTTP header value and store it in Wicket's WebSession? stackoverflow.comI need to grab a certain custom HTTP header value from every request and put it in WebSession so that it will be available on any WebPage later on. (I believe ... |