Results 1 to 5 of 5

Thread: I don’t want my pages to be shown in the history at all.

  1. #1
    Join Date
    Nov 2010
    Posts
    3

    I don’t want my pages to be shown in the history at all.

    Dear All,

    I am using Java 5.0 for creating a web application. There is a security related implementation to be done. I have tried all my sources but all in drain. I would appeal to all experts who have handled security aspects in java or programmers who would want to give a helping hand to come forward.

    Desired output: any page loads in an internet browser is stored for future reference in the history section, which is mostly accessible using shortcut Ctrl+H. I don’t want my pages to be shown in the history at all.

    Eg:

    1. visit http://www.icicibank.com/
    a. In history it shows “Personal Banking | NRI Banking | Corporate and Business Banking | Rural Banking | ICICI Bank” and a link
    2. click on login to Personal banking on the top left corner.
    a. This will redirect to http://www.icicibank.com/safe-online...e-banking.html
    b. In history it shows “Travel Offer: ICICI Bank Online” and an image link to continue login
    3. Click on “Continue Login” Image button at the bottom mid section
    a. It redirects to https://infinity.icicibank.co.in/BAN...rate&abrdPrf=N
    4. The page opens for entering credentials for personal banking login
    a. This page is not seen in the history at all
    b. After logging in not a single page will be seen in the history
    c. This is what I have to achieve

    Please help as our assignment is pending since long, we may end up losing the project. Any guidance would be highly appreciated.


    I have tried below solutions which didn’t give any success:

    Solution 1:
    1. <%
    2. session.invalidate();
    3. response.setHeader("Cache-Control","no-cache");
    4. response.setHeader("Cache-Control","no-store");
    5. response.setDateHeader("Expires", 0);
    6. response.sendRedirect("home.jsp");
    7. %>

    Solution 2:
    <%
    Response.Cache.SetExpires(DateTime.Parse(DateTime.Now.ToString()))
    Response.Cache.SetCacheability(HttpCacheability.Private)
    Response.Cache.SetNoStore()
    Response.AppendHeader("Pragma", "no-cache")
    %>

    Solution 3:
    <body onload="history.forward()">

    Solution 4:

    <%
    response.setDateHeader("Last-Modified", System.currentTimeMillis());
    %>

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: I don’t want my pages to be shown in the history at all.

    I think there is only a single solution to your problem and that is using an iFrame if you do not want that page to appear in the browser history. So if you use an iframe content can be loaded in and out with the help of ajax even without reloading the page and hence it will not appear in the browser history.

  3. #3
    Join Date
    Nov 2010
    Posts
    3

    Re: I don’t want my pages to be shown in the history at all.

    Hi,
    I am talking about the history URL . When I click on any link or submit action it creates new URL in the History folder. That URL must not be saved in the history folder.

  4. #4
    Join Date
    Dec 2007
    Posts
    2,291

    Re: I don’t want my pages to be shown in the history at all.

    You can try to kill the function by following the below suggestions:

    kill "c:\windows\history\........"

    Or you can delete the keys mentioned below:

    HKEY_CURRENT_USER, "Software\Microsoft\Internet Explorer\TypedURLs"

  5. #5
    Join Date
    Nov 2010
    Posts
    3

    Re: I don’t want my pages to be shown in the history at all.

    Hi,
    No dear , suppose server don't know that it is opening in MS OS or Linnux OS or etc. how we will do through the application.

Similar Threads

  1. Red X shown on pictures in IE8
    By Azzan in forum Technology & Internet
    Replies: 5
    Last Post: 03-11-2011, 04:55 AM
  2. DLC Not Being Shown For Dragon Age II
    By Aileya in forum Video Games
    Replies: 4
    Last Post: 10-03-2011, 05:18 AM
  3. Mafia 2 Map when will it be shown
    By Pennacook in forum Video Games
    Replies: 5
    Last Post: 26-08-2010, 11:26 AM
  4. How do i add pages to existing pages in iweb
    By Samsher in forum Software Development
    Replies: 3
    Last Post: 04-05-2009, 10:18 AM
  5. 4 GB Ram shown as 3070 MB
    By Dusto in forum Motherboard Processor & RAM
    Replies: 5
    Last Post: 11-11-2008, 06:22 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,716,538,468.73392 seconds with 16 queries