Re: Unwanted authentication persistence

2011-06-28 Thread sreed
We are using Jetty which has no session persistence by default. Is it possible that Wicket is persisting sessions somehow? What else might be causing this? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Unwanted-authentication-persistence-tp3631027p3631188.html Sent f

Unwanted authentication persistence

2011-06-28 Thread sreed
We are using AuthenticatedWebSession without any persistence of anything. However, the session is persisting (user does not have to login after the first time) from one server restart to another. Is that expected behavior? Does anyone know how to prevent persistence of the session/data? Thanks, S