This is caused by re-queueing information using POST. It's pretty normal,
there's nothing you can really do outside of changing to GET (and boy howdy,
will that make your users feel good - to see their usernames/passwords on
the URL!)

The *right* thing to do, however, is change what you're doing, to use the
server authentication instead of hand-rolled application authentication.


>From: Ruaidhr� Fernandes <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
>     reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: C'ant refresh page
>Date: Sat, 5 May 2001 17:13:11 -0700
>
>Hi all,
>Anyone know how to fix this problem please?
>
>I have a login page which asks the user to enter
>his/her username and password in forms. The submit
>button takes them to a verification page which checks
>their username and password against a database and
>they either will be greeted or told to try logging in
>again depending if the username and password match an
>entry in the database.
>When i click the refresh/reload button on the browser
>when the verification page is opened, I get a popup
>message saying :
>"The page cannot be refreshed without sending the
>information. Click retry to try to send the
>information again or click cancel to return to the
>page you were trying to view"
>Why is this and how do I solve this problem or is
>there any need?
>thanks in advance
>Rui
>
>=====
>"If a rabbit's foot is so lucky,..... what happened to the rabbit?"
>
>__________________________________________________
>Do You Yahoo!?
>Yahoo! Auctions - buy the things you want at great prices
>http://auctions.yahoo.com/
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to