Acegi and Wicket-auth-roles commented on by Can Candan (Apr 13, 2008).

Comment:

I think it may be better to have forceEagerSessionCreation of org.acegisecurity.context.HttpSessionContextIntegrationFilter set to false so as not to create unnecessary sessions.

Simply use Session.bind() to make the session available on next request.

See http://wicket.apache.org/docs/wicket-1.3.2/wicket/apidocs/org/apache/wicket/Session.html#bind()

Reply via email to