Delete or restart cookies - issue with chrome

Hi guys.

We have an issue with chrome.

Some day, some one make a redirect loop with own production nginx
server.
We fixed that but some users store the redirect loop on the cookies, and
report that can’t show the website.

We are looking for a directive to delete the remote cookies or make
something like that.

Its same like this trouble.


Un abrazo!

Raúl Hugo http://twitter.com/raulhugo

Miembro Asociadohttp://apesol.org.pe http://apesol.org.pe/SysAdmin
Cel.
#961-710-096 Linux Registered User #482081 - http://counter.li.org/
http://counter.li.org/P Antes de imprimir este e-mail piense bien si
es
necesario hacerlo

Hi Raúl,

do you have the cookie-name or is it random?

Posted at Nginx Forum:

Hi mex

I don’t know what cookie is, the site is http://urbania.pe

What you think that can i do?

2014-10-22 19:49 GMT-05:00 mex [email protected]:

[email protected]
nginx Info Page


Un abrazo!

Raúl Hugo http://twitter.com/raulhugo

Miembro Asociadohttp://apesol.org.pe http://apesol.org.pe/SysAdmin
Cel.
#961-710-096 Linux Registered User #482081 - http://counter.li.org/
http://counter.li.org/P Antes de imprimir este e-mail piense bien si
es
necesario hacerlo

Hi Raul,

I don’t know what cookie is, the site is http://urbania.pe

if you dont know the cookie-name you cannot reset them from nginx,
but i see quite a few in my developer-tools.

i’d suggest you create a location that match this false
redirect-location
and reset the cookies from within this location, and the redirect
users to / after this reset.

http://www.ebrueggeman.com/blog/setting-cookies-in-nginx

btw, i think it is bad design to place redirect-information into
cookies.

Posted at Nginx Forum: