Re: Serialized Session Data in Websphere

2017-08-30 Thread Martijn Dashorst
We are aware of this issue: WICKET-6457 (since yesterday). The dev@ list is discussing releasing patches for 6.x and 7.x. Martijn On Wed, Aug 30, 2017 at 4:22 PM, Entropy wrote: > Our operations team just discovered huge growth of files in a temp folder > named [app_name]Wicket-filestore. We'

Re: Serialized Session Data in Websphere

2017-08-30 Thread Martin Grigorov
Hi, These files are deleted when a session is invalidated. If WebSphere invalidates the sessions during stop then they should be deleted. It should be easy for you to test this. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Aug 30, 2017 at 5:22 PM, Entropy

Serialized Session Data in Websphere

2017-08-30 Thread Entropy
Our operations team just discovered huge growth of files in a temp folder named [app_name]Wicket-filestore. We're on Wicket 6 (well, most of our apps are). There's clearly some stuff in there that shouldn't be, and our devs are going to need to be more frugal with what they throw into the user se