Hi Eric,
Try adding the following calls after a successful authentification :
jParams.purgeSession ();
jParams.setUser (theUser);This will store the user in the session, which is necessary to make sure subsequent calls to Jahia will find the logged in user.
Regards, Serge Huber.
Eric Petit wrote:
Hello,
I managed to log my user with the login method of the class JahiaUserManagerService. It returns true but doesn't log the user on the site.
I want to logon my user with a such method.Maybe someone can give me the right method to use.
Thanks
