I am using grails 2.3 and spring security plugin 1.2.7.3 (no issues in upgrading to 2.0 once released, and if that could solve my prob). I am NOT using hibernate plugin. And i want a sessionless authentication on the server side. Need the configurations in Config.groovy / any custom classes that needs to be implemented.
Asked
Active
Viewed 299 times
2
-
did you try Remember Me authentication? – Igor Artamonov Oct 04 '13 at 10:35
-
is it the remember me in the login box? how does it help the server to be sessionless? – shrw Oct 04 '13 at 10:57
-
RememberMe store user details in Cookie, not Session – Igor Artamonov Oct 04 '13 at 11:44