Hi monks,

sorry, this is slightly offtopic because I think it is more a HTML problem (and my HTML knowledge is very limited, so sorry if this is a stupid question):

I use Authen::Captcha. The first problem is that it is a little bit too paranoid. 10-20 percent of captchas are really hard to read. The user pushes the back button of the browser if he failed and tries again, but the code is only valid once. That means even if he enters now the correct code of the old image, it is not valid anymore. I write in big letters that he must reload the page, but many users don't understand/read this.

How can I force reloading the page? googling gave me the no-cache metatag, but this does not seem to work (maybe only for the html, not images?). Or javascript?

On cpan I found now a CGI::Application Captcha Plugin. Should I try this instead (at least it seems to have some options for turning this "paranoid mode" off)?


In reply to Authen::Captcha usability by lima1

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.