Do not send auth0 cookies for mobile native client

Hello, We are using classic universal login. We have separate auth0 client for web and mobile native applications.

For web - After successful login , Auth0 is sending Auth0 cookies and thats how we are identifying user is authenticated and redirecting to our website. This works nicely for web app.

When user logins to mobile app (using same universal login, web page) after successful login user is redirected to mobile app. During the login flow cookies are transferred to browser. Now if such user open the website on web browser ,he is automatically getting logged into the website which we do not want. i.e. Mobile login should not allow user to login to web without userid/password.

So questions is - How can we configure Auth0 so that no cookies are transferred for mobile native clients.