• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to Prevent backtracking after session().terminate
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to Prevent backtracking after session().terminate


  • Subject: Re: How to Prevent backtracking after session().terminate
  • From: "Shravan Kumar. M" <email@hidden>
  • Date: Mon, 14 Dec 2009 06:07:34 -0800 (PST)

may be the browser is loading the page from browser cache, so to avoid that, you may have to try to set these response headers:
response.setHeader("Cache-Control","no-cache");
response.setHeader("Pragma","no-cache");
response.setDateHeader ("Expires", 0);

OR some mechanism listed here, that suits your needs: http://www.google.co.in/search?q=browser+no+cache&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
Cheers,
Shravan Kumar. M
--------------------------------


How to Prevent backtracking after session().terminate
Mon Dec 14 17:52:44 2009
From:
"Sreenivasulu.Arveti" <email@hidden>
To:
"" <email@hidden>

Hi All,

 

I am working with WOLips. In my application, when I clicked on Logout button, I called session().terminate().

It works fine in the Internet Explorer. When I click on back button it goes to login page. But in Mozilla browser

When I did the same thing it is not working. i.e., after clicking on logout button also when I click on back button

in the Mozilla web browser, application is working fine without going to login page.

 

Please get rid of this issue.

 

Thanks in advance,

Sreenivasulu Arveti.


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: [MEETING] TOMORROW - 12/15/09 - LAST MINUTE reminder
  • Next by Date: Re: Building for deployment
  • Previous by thread: How to Prevent backtracking after session().terminate
  • Next by thread: [MEETING] TOMORROW - 12/15/09 - LAST MINUTE reminder
  • Index(es):
    • Date
    • Thread