Re: WebSocketRequestHandler object not executing javascript code

2019-03-01 Thread Sven Meier
Hi, you're using a CsrfPreventionRequestCycleListener that prevents WebSocket pushs to the client because there's no referrer set. You should use a WebSocketAwareCsrfPreventionRequestCycleListener instead. Have fun Sven BTW credentials are admin/passwordd Am 28.02.19 um 16:27 schrieb Matt

Re: On Session invalidate, wicket creates a new folder with session data in wicket-filter-store

2019-03-01 Thread AliKhan
Thank you Martin for your help and guidance. It was our Login Page that was using Form component instead of StatelessForm that was leading this session data creation problem in our application. What I have found that To make a page Stateless ( as the login pages should be stateless) we have to che