Security

Moderators: None (Apply to moderate this forum)
Number of threads: 102
Number of posts: 177

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
. I don’t want my pages to be shown in the history at all. Posted by jaisingh on 16 Nov 2010 at 10:06 PM

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-banking/safe-online-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/BANKAWAY?Action.RetUser.Init.001=Y&AppSignonBankId=ICI&AppType=corporate&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());
%>








Thanks,
Jaisingh Saini


Report
Re: . I don’t want my pages to be shown in the history at all. Posted by speedmypc on 14 Apr 2011 at 12:41 AM
YOU SHOULD TRY SPEEDMYPC SOFTWARE WHICH WILL REMOVE YOUR ALL COOKIES AND HISTORY OPTIMIZE YOUR COMPUTER SPEED N SECURITY LEVEL
download PC software



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.