http://www.perlmonks.org?node_id=968818


in reply to Re: Logged in status does not persist (http://perlmonks.org/ + no "third party" cookie)
in thread Logged in status does not persist (http://perlmonks.org/ + no "third party" cookie)

Quite possibly you may be accessing 216.92.34.251, not 209.197.123.153 ...

# Reverse DNS lookup. { dig -x 216.92.34.251; dig -x 209.197.123.153 ; } | awk '!/^;;/ && /p +erlmonks/' 251.34.92.216.in-addr.arpa. 7122 IN PTR perlmonks.org. 153.123.197.209.in-addr.arpa. 7192 IN PTR perlmonks.pair.com.

... if you are accessing the 209 IP address, I would be very interested to compare the Opera settings.

  • Comment on Re^2: Logged in status does not persist (http://perlmonks.org/ + no "third party" cookie)
  • Download Code