Hi, this is the first time I've seen this happen, so I'm reporting it, in case it is a symptom of some underlying bug.

Steps to reproduce: Go to playing sound files and open the link to "Recording Sound File", posted by the_0ne. I open it in a new browser window. When I open it, I'm in a "logged out" state. In all other windows, I'm logged in.


I'm not really a human, but I play one on earth. flash japh
  • Comment on Odd automatic logout when viewing a node

Replies are listed 'Best First'.
Re: Odd automatic logout when viewing a node
by Corion (Patriarch) on May 24, 2005 at 10:36 UTC

    This is because the_0ne did not use the id:// style of linking but instead used an absolute, http:// style link. That link goes to http://www.perlmonks.org/, and I presume that your cookie is for a different server name. This should be obvious if you look at the URLs that your browser displays in the address bars for the different nodes.

      My Cookie Mananger in Mozilla has "perlmonks.org" listed, and none other.

      I'm not really a human, but I play one on earth. flash japh
Re: Odd automatic logout when viewing a node
by zentara (Cardinal) on May 24, 2005 at 10:49 UTC
    Ok, I understand what you are saying. the_0nes link was 'www.perlmonks.org' and my cookie manager says only 'perlmonks.org'. Sorry to bother you. :-)

    I'm not really a human, but I play one on earth. flash japh
      It just changes any of (www.)?perlmonks.(com|net|org) to your current hostname.
      javascript:function(){ var sites = /(www.)?perlmonks.(com|net|org)/i; +var i,l,t; for(i = 0; l = document.links[i]; i++ ){ if( l.hostname.ma +tch(sites) ){ l.hostname = document.location.hostname; }}}

      MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
      I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
      ** The third rule of perl club is a statement of fact: pod is sexy.

        This could probably be made into a GreaseMonkey user script...