Yes, but the session is only permanent when you call bind(), or a stateful page is requested and the state needs to be stored for links, forms, ajax etc.
As long as you use bookmarkable pages (and links to them), and stateless forms, and no ajax, your site will be stateless, and wicket will not automatically bind the session to HTTP Session. Martijn On Tue, Mar 31, 2009 at 1:28 PM, Pi Trash <[email protected]> wrote: > Hi, > > does wicket always create a session when a new user enters a page? Or is it > possible to turn the session creation off? > > tia > _______________________________________________________________________ > DSL zum Nulltarif + 20 Euro Extraprämie bei Online-Bestellung über die > DSL Freundschaftswerbung! http://dsl.web.de/?ac=OM.AD.AD008K15279B7069a > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Become a Wicket expert, learn from the best: http://wicketinaction.com Apache Wicket 1.3.5 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
