> This creates following question for me: > - Where the httpSession attribute with the sessionKey is set?
Using the default session store implementations, this is done in HttpSessionStore#setAttribute. SecondLevelCacheSessionStore (the default for Wicket 1.3) extends HttpSessionStore (the default for Wicket 1.2), and uses that as well. > - Is there a working example available where WicketSessionFilter is used? Yes, since this week. Look at wicket-examples. It's not in the index, but you can find back in web.xml, and the example is briefly explained in WicketSessionFilter's javadoc. Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
