mercadolibre / net-sdk

MercadoLibre's .NET SDK
56 stars 80 forks source link

Logout #10

Closed uncodead closed 4 years ago

uncodead commented 11 years ago

How can i clear ML cockies to the next time show me the ML login page?

bounav commented 9 years ago

As far as I know you can delete cookies using javascript for the page you are visiting, but you have to 'own' the page (that is write some javascript and load it!).

When you redirect a user to the mercado libre authentication page to obtain a cookie, you can't execute javascript on that page.

Appart from signing out on the relevant mercado libre site (e.g. Argentina) or clearing the cookies in your web browser manually I don't think you can do much about this.

What are you trying to achieve?