I'm not sure how, but you can definitely control this.  Has anyone ever
tried to hit back in a banking application or something, often you get a
PAGE EXPIRED message.

Regardless, there are numerous security applications that I can think of
where you would want to do this.

In any event, if you have a solution to someone's problem, then help,
otherwise keep your mouth shut.  There is no reason to berate someone b/c
they are asking to do something that *YOU* think is stupid.  Try to realize
that beyond your infinite wisdom, there may be ideas that you haven't
thought of...

Flak DiNenno
Director of Technical Innovation
----------------------------------
ClearCross
505 8th Avenue
Suite 1500
New York, NY 10018
(212) 714-0440 ext. 3616
(212) 967-4623 fax
(ClearCross was formerly known as Syntra)



> -----Original Message-----
> From: Hensley, Zachary [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 04, 2000 2:40 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Expiring page
>
>
> Well Said
>
> -----Original Message-----
> From: Julia Reynolds [mailto:[EMAIL PROTECTED]]
> Sent: Friday, July 21, 2000 8:48 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Expiring page
>
>
> What's the point of this post, Jim?  You haven't had a chance
> to be snide
> today, so
>
> you're taking it out on this mailing list?  Perhaps it would
> be more useful
> to the
> original poster to suggest that he check out Javascript options like
> removing the
> toolbar altogether, and providing his own navigation buttons.
>
> <rant>  I've subscribed to a number of mailing lists, and I
> have never seen
> such a
> large number of rude and arrogant responses to beginner's
> questions.  If you
> are
> too good or too important to be civil, then unsubscribe to
> this list.  With
> responses like this one, you aren't helping anyone, anyway.
> </rant>
>
> Julia
>
>
> Jim Preston wrote:
>
> > There are some things in life that you just can't control
> and can't have
> the
> > way you want, period, no matter how much you may want it. This rule
> applies
> > to most subsets of life, including software engineering.
> This is one of
> > those things. You just don't have that much control over
> the browser. Live
> > with it. (One is tempted to ask why you so adamantly want
> to force a blank
> > page on your users, especially when all they would have to
> do is hit the
> > Reload button anyway, but I've learned that asking such
> questions is as
> > pointless as trying to get total control of the browser.)
> >
> > --Jim Preston
> >
> > <rant>
> > Personally, if I put on my user hat, I don't want "those
> engineers" to
> have
> > that kind of control over my browser. Who the heck are you
> to tell me that
> I
> > can't go back and view a previous page when I want to?
> > </rant>
> >
> > -----Original Message-----
> > From: A mailing list about Java Server Pages specification
> and reference
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Mahesh Kuklani
> > Sent: Thursday, July 20, 2000 10:18 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Expiring page
> >
> > With this i get my page refreshed ,i do not want the page
> to get reloaded
> i
> > want it to do nothing i.e. show a blank page if i go back.
> >
> > Mahesh.
> >
> > -----Original Message-----
> > From: Manisha Sharma [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, July 20, 2000 11:51 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Expiring page
> >
> > Some one had posted this in the forum before. Try it.
> >
> > Set these headers:
> > response.setHeader("Cache-Control", "no-cache");
> > response.setHeader("Pragma", "no-cache");
> > response.setHeader("Expires", "-1");
> >
> > And put this in the <head> tag of your page
> > <DEFANGED_meta http-equiv="Pragma" content="no-cache">
> >
> > -----Original Message-----
> > From: Mahesh Kuklani [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, July 20, 2000 3:46 PM
> > To: [EMAIL PROTECTED]
> > Subject: Expiring page
> >
> > Hi all,
> >    How do i expire a page i.e. if the user clicks on back button he
> > shouldn't be able to see anything. I am using
> >
> > <html>
> > <head>
> > <DEFANGED_META http-equiv="expires" content="Tue, 20 Aug
> 1996 14:25:27
> GMT">
> > </head>
> >
> > in jsp but it's not working.
> >
> > Thanks in advance.
> >
> > Mahesh.
> >
> >
> ==============================================================
> =============
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > JSP-INTEREST".
> > 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
> >
> >
> ==============================================================
> =============
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > JSP-INTEREST".
> > 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
> >
> >
> ==============================================================
> =============
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > JSP-INTEREST".
> > 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
> >
> >
> ==============================================================
> =============
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > 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
>
> --
>   H e a l t h S t r e a m,   I n c.
>   Julia Reynolds - Systems Developer
>   209 10th Ave. South Ste. 450 - Nashville, TN 37203
>   phone: (615) 301-3220 - fax: (615) 301-3200
>
>   email: [EMAIL PROTECTED]
>   Web Site: http://www.cmecourses.com
>
> ==============================================================
> =============
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> 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
>
> ==============================================================
> =============
> To unsubscribe: mailto [EMAIL PROTECTED] with body:
> "signoff JSP-INTEREST".
> 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
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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