The site knows whether you're "logged in" by setting a cookie, so first check that your browser is enabled for them. I think it must be, because otherwise you wouldn't be able to vote even once or twice.

Sometimes following a hyperlink that hasn't been set up right can make you appear to be "logged out". The reason is that both "perlmonks.org" and "perlmonks.com" lead here, but only one of the names is in the cookie that is set when you login. If people use the built-in syntax (i.e., the [square brackets]) to create links within the site that won't be a problem. However, sometimes people use a standard anchor tag (<a href="...">)or a square bracket that defeats the normal mechanisms (like [http://perlmonks.org/...]), and those can cause the problem. For example, if you normally use "perlmonks.org", this link will appear to log you out, and if you use "perlmonks.com", this one will do the same.

As for refreshing, it's better to use the talk button than hitting refresh in your browser. I'm not sure why you don't want to use it, though. Maybe if you describe why that's a problem, someone can point out an alternative.


In reply to Re: Voting and Cookies by VSarkiss
in thread Voting and Cookies by pfm

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.