Autologin

I have a problem with autologin from a cookie.

Regular login works fine from controllers/actionLogin with new Identity and authenticate…

But autologin from a cookie does not work.

I don’t understand exactly the process :

In WebUser class, check if there is a cookie and read it (ok).

What happens then ?

Does WebUser create a new identity ?

Does Webuser run the authenticate ?

Is the Login action from sitecontroller executed ?

I would appreciate some help.

WebUser check cookies and then restore session and states