Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Changing the browser history cache
Message
De
14/11/2012 11:22:36
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Changing the browser history cache
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01557166
Message ID:
01557166
Vues:
64
If you go on a Web site and do a few clicks, where you will obtain a few pages, you can usually click the browser's back button to go back up to a certain number of pages and obtain them immediately. This is because the browser caches those pages and, unless specified otherwise, they are usually available for a certain period of time.

Today's Web application are as mentioned "applications". So, we try to make them look like a Microsoft Office application, for example, such as Outlook or any other application environment which will provide toolbar, navigation pane and so on. In most of those Web sites, there will be transactional operations which will be executed in the background, from time to time, so to provide users with dynamic application changes so as we have here on the Universal Thread. When this is the case, a hit is sent to the server which has been initiated automatically and not by the user. However, those hits gets added to the chain of URLs in the cache. Thus, sometimes, the user can click the back button and obtain nothing because the previous hit was in fact sent in the background and wouldn't affect anything visually.

All this is good but users having the use of clicking on the back button may sometimes wonder why the back button doesn't work. It does work but the user thinks it's not because it sends back a transaction operation and not the last hit the user has done. While we still have users going backword, where I believe on a Web site we should always go forward, would there be a way to avoid certain hits to be cached?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform