Is it possible to store Wicket session data in database (of any kind)? For example in MySQL, Redis, MongoDB? Or to persist data on filesystem between restarts of application server?
I'm mainly interested because when developing, it's a pain after restarting application server to log in again, again and again.