> But doesn't the SessionStore.getAttribute turn that into > > httpSession.getAttribute(getSessionAttributePrefix(webRequest) + name) > > In HttpSessionStore getSessionAttributePrefix looks like: > > "wicket:" + servletPath + ":" > > So if the old skool app puts "my.user.key" into it's session, wicket > will be looking up "wicket:servletPath:my.user.key" and won't > find anything?
Yes, indeed it does. Good catch. So you do need to get to the httpsession directly after all. Which I guess is a bit safer. Eelco ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user