Cookies on Hosted Login Page

Is there any way to remember & store user information on the HLP through cookies?

I’m using Auth0.js.

There’s no user control over cookies served from the Auth0 domain.

What are you trying to store? If you need to store non-sensitive information you can use the browser’s localStorage or sessionStorage (see Web Storage API - Web APIs | MDN).