473,322 Members | 1,671 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

https and browser back button

Hi,

The registration process in our web site is of 3 step process spanning 3
pages and it is performed on https.

I have noticed in some websites while doing credit card payments if we click
the back button of the browser we get a page saying "Warning page
expired...." etc.

But in the registration process when I click the back button the borwser is
displaying the previous page instead of "Warning page expired...." page. How
to get this page? The <Head></Head> section of registration pages looks as
follows,
<HEAD>
<title></title>
<meta http-equiv="Expires" CONTENT="0">
<meta http-equiv="Cache-Control" CONTENT="no-cache">
<meta http-equiv="Pragma" CONTENT="no-cache">
<meta content="Microsoft FrontPage 5.0" name="GENERATOR">
<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5"
name="vs_targetSchema">
<LINK href="/styles/styles.css" type="text/css" rel="stylesheet">
<script language="javascript" src="/script/javaScript.js"></script>
</HEAD>

Can anyone please suggest me how to implement this

Freddy
Nov 18 '05 #1
2 2376
Check first but my understanding is :
- the page is not in the cache
- non cached paged don't go in the history

As a result when you use the back button it hits the prievous page instaed
of this one...

--

"Freddy" <an********@NO.JUNK.MAIL> a écrit dans le message de
news:eZ**************@TK2MSFTNGP11.phx.gbl...
Hi,

The registration process in our web site is of 3 step process spanning 3
pages and it is performed on https.

I have noticed in some websites while doing credit card payments if we click the back button of the browser we get a page saying "Warning page
expired...." etc.

But in the registration process when I click the back button the borwser is displaying the previous page instead of "Warning page expired...." page. How to get this page? The <Head></Head> section of registration pages looks as
follows,
<HEAD>
<title></title>
<meta http-equiv="Expires" CONTENT="0">
<meta http-equiv="Cache-Control" CONTENT="no-cache">
<meta http-equiv="Pragma" CONTENT="no-cache">
<meta content="Microsoft FrontPage 5.0" name="GENERATOR">
<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5"
name="vs_targetSchema">
<LINK href="/styles/styles.css" type="text/css" rel="stylesheet">
<script language="javascript" src="/script/javaScript.js"></script>
</HEAD>

Can anyone please suggest me how to implement this

Freddy

Nov 18 '05 #2
Thanks Patrice.

Actually If the user goes from page 1 to page 2 and then hits the browser
back button I don't want page 1 to load or appear, instead I want "Warning
Page expired......" message which we normally get while we are doing credit
card transactions and do the same type of navigation on some websites. Note
all the files page 1, page 2 and page 3 are under ssl and accessed using
HTTPS
"Patrice" <no****@nowhere.com> wrote in message
news:Ob**************@TK2MSFTNGP11.phx.gbl...
Check first but my understanding is :
- the page is not in the cache
- non cached paged don't go in the history

As a result when you use the back button it hits the prievous page instaed
of this one...

--

"Freddy" <an********@NO.JUNK.MAIL> a écrit dans le message de
news:eZ**************@TK2MSFTNGP11.phx.gbl...
Hi,

The registration process in our web site is of 3 step process spanning 3
pages and it is performed on https.

I have noticed in some websites while doing credit card payments if we

click
the back button of the browser we get a page saying "Warning page
expired...." etc.

But in the registration process when I click the back button the borwser

is
displaying the previous page instead of "Warning page expired...." page.

How
to get this page? The <Head></Head> section of registration pages looks as follows,
<HEAD>
<title></title>
<meta http-equiv="Expires" CONTENT="0">
<meta http-equiv="Cache-Control" CONTENT="no-cache">
<meta http-equiv="Pragma" CONTENT="no-cache">
<meta content="Microsoft FrontPage 5.0" name="GENERATOR">
<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5"
name="vs_targetSchema">
<LINK href="/styles/styles.css" type="text/css" rel="stylesheet">
<script language="javascript" src="/script/javaScript.js"></script>
</HEAD>

Can anyone please suggest me how to implement this

Freddy


Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
by: Paul Sweeney | last post by:
Does anyone know of a working (python) https proxy which allows viewing of unencrypted data being sent from my browser to an https site? I've worked my way through most on the list at...
14
by: Peter Chant | last post by:
I'm currently authenticating a site I have built using basic http authentication built into apache. This has zero overhead on php which is a bonus but it seems to not quite work how I'd like. ...
2
by: Mark Delon | last post by:
Hi, i want to log via python script to https page: 'https://brokerjet.ecetra.com/at/' # But it does not work. I am using following code(see below)
7
by: Ryan Taylor | last post by:
Hi. I have some code that dynamically generates a PDF and spits this content directly to the web browser. I use HTMLDoc to create the Pdf's from html. So the user can click on a button "Print...
1
by: Tim Reynolds | last post by:
We use CSS in our staging environment to load balance calls to our web services. However, when adding a web reference to a basic C# .Net windows app, the wsdl & reference.cs generated both point...
7
by: GaryDean | last post by:
I have a page that streams PDF documents using the code pasted below. The Page displays the documents just fine but the user is left with no action but to hit the back button on the browser which...
6
by: hpatel | last post by:
Hi, I maintain a website for my organization. Recently, for a login page, I started using HTTPS. It works fine with HTTPS. The problem I face is : When a user goes to login page, he sees the...
5
scubak1w1
by: scubak1w1 | last post by:
Hello, I have a series of web sites which use https:// authentication (using AD integration to 'check the credentials' as it were) - all seems to be working well... I have been Googling et...
3
scubak1w1
by: scubak1w1 | last post by:
Hello, I have a series of web sites which use https:// authentication (using AD integration to 'check the credentials' as it were) - all seems to be working well... I have been Googling et...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.