views:

116

answers:

0

I am using wicket 1.4.7 + spring 3.0 + spring security 3.0

Problem is : Spring security authenticate the user via cookie (remember-me service) but Wicket's AuthenticatedWebSession couldn't understand this and populate login panel. How can i solve it ?

Thanks.