Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: a web-based system  (Read 4169 times)

0 Members and 1 Guest are viewing this topic.

geek hoodlum

    Topic Starter


    Apprentice
  • Thanked: 25
    • Yes
  • Experience: Familiar
  • OS: Windows 7
a web-based system
« on: February 29, 2008, 11:36:53 PM »
Hi! I'm Randy V. Silverio. A 4th Year BSCS student in Trinity University of Asia.

We need help. We developed a web-based system using VB as programming language and the template or project type used for the web application is ASP.NET

Here's the scenario:

When you're done (logged-out or end session) using our web-based system, it automatically transfer you to the Login Page. The problem is, once you click the "Back" in the Standard Button of your browser (for example: Internet Explorer), it will display your previous visited pages. Our system focuses on student records, so we need to secure it.

Our thesis adviser said that we need to add another process when logging-out. For example: When you click the Logout command button, it will also automatically delete all the cookies. (and that's our problem)

Please help us. Thanks!

michaewlewis



    Intermediate
  • Thanked: 26
    • Yes
    • Yes
  • Experience: Expert
  • OS: Unknown
Re: a web-based system
« Reply #1 on: March 01, 2008, 09:49:02 AM »
check out this link:
http://www.htmlgoodies.com/beyond/reference/article.php/3472881
Basically, you'll want to put a nocache meta tag in the head.