473,395 Members | 1,556 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,395 software developers and data experts.

Page expired - using Sessions?

At the moment I am getting the following Expired Warning if a user logins
into a secure page and attempts to press the 'back' button:

Warning: Page has Expired The page you requested was created using
information you submitted in a form. This page is no longer available. As a
security precaution, Internet Explorer does not automatically resubmit your
information for you.

To resubmit your information and view this Web page, click the Refresh
button.
Is there someway to gracefully stop this from happening...in other words.to
re-display the login page?

Also, what is causiing this? Session Variables?

Thanks
Jason
Jul 19 '05 #1
16 2391
> Also, what is causiing this? Session Variables?

No, the fact that you submitted a form via POST.

--
http://www.aspfaq.com/
(Reverse address to reply.)
Jul 19 '05 #2
> Also, what is causiing this? Session Variables?

No, the fact that you submitted a form via POST.

--
http://www.aspfaq.com/
(Reverse address to reply.)
Jul 19 '05 #3
wrote on 06 aug 2004 in microsoft.public.inetserver.asp.general:
At the moment I am getting the following Expired Warning if a user
logins into a secure page and attempts to press the 'back' button:

Warning: Page has Expired The page you requested was created using
information you submitted in a form. This page is no longer available.
As a security precaution, Internet Explorer does not automatically
resubmit your information for you.

To resubmit your information and view this Web page, click the Refresh
button.


Put a warning on the page:

--------------------------------------------------
WARNING! WARNING! WARNING!
Do not press the back button or the backspace key,
as the Internet Explorer will give you
a nearly incomprehenseble message
and I cannot help you at that time.

In stead press <HERE>

--------------------------------------------------

the <HERE> being a link to the last page.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 19 '05 #4
wrote on 06 aug 2004 in microsoft.public.inetserver.asp.general:
At the moment I am getting the following Expired Warning if a user
logins into a secure page and attempts to press the 'back' button:

Warning: Page has Expired The page you requested was created using
information you submitted in a form. This page is no longer available.
As a security precaution, Internet Explorer does not automatically
resubmit your information for you.

To resubmit your information and view this Web page, click the Refresh
button.


Put a warning on the page:

--------------------------------------------------
WARNING! WARNING! WARNING!
Do not press the back button or the backspace key,
as the Internet Explorer will give you
a nearly incomprehenseble message
and I cannot help you at that time.

In stead press <HERE>

--------------------------------------------------

the <HERE> being a link to the last page.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 19 '05 #5
Thanks, but that is a pain in the neck....one would have to completely
change the design look and feel of existing pages to compensate for
this.....

But, then I guess it would also not make sense for a user to really want to
bo BACK to the irritating login page...right?

"Evertjan." <ex**************@interxnl.net> wrote in message
news:Xn********************@194.109.133.29...
wrote on 06 aug 2004 in microsoft.public.inetserver.asp.general:
At the moment I am getting the following Expired Warning if a user
logins into a secure page and attempts to press the 'back' button:

Warning: Page has Expired The page you requested was created using
information you submitted in a form. This page is no longer available.
As a security precaution, Internet Explorer does not automatically
resubmit your information for you.

To resubmit your information and view this Web page, click the Refresh
button.


Put a warning on the page:

--------------------------------------------------
WARNING! WARNING! WARNING!
Do not press the back button or the backspace key,
as the Internet Explorer will give you
a nearly incomprehenseble message
and I cannot help you at that time.

In stead press <HERE>

--------------------------------------------------

the <HERE> being a link to the last page.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Jul 19 '05 #6
Thanks, but that is a pain in the neck....one would have to completely
change the design look and feel of existing pages to compensate for
this.....

But, then I guess it would also not make sense for a user to really want to
bo BACK to the irritating login page...right?

"Evertjan." <ex**************@interxnl.net> wrote in message
news:Xn********************@194.109.133.29...
wrote on 06 aug 2004 in microsoft.public.inetserver.asp.general:
At the moment I am getting the following Expired Warning if a user
logins into a secure page and attempts to press the 'back' button:

Warning: Page has Expired The page you requested was created using
information you submitted in a form. This page is no longer available.
As a security precaution, Internet Explorer does not automatically
resubmit your information for you.

To resubmit your information and view this Web page, click the Refresh
button.


Put a warning on the page:

--------------------------------------------------
WARNING! WARNING! WARNING!
Do not press the back button or the backspace key,
as the Internet Explorer will give you
a nearly incomprehenseble message
and I cannot help you at that time.

In stead press <HERE>

--------------------------------------------------

the <HERE> being a link to the last page.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Jul 19 '05 #7
Hmmm, I did experiment and change this to "Get"...I re-submitted form and
pressed back and stil got the warning...?
"Aaron [SQL Server MVP]" <te*****@dnartreb.noraa> wrote in message
news:OW**************@TK2MSFTNGP11.phx.gbl...
Also, what is causiing this? Session Variables?


No, the fact that you submitted a form via POST.

--
http://www.aspfaq.com/
(Reverse address to reply.)

Jul 19 '05 #8
Hmmm, I did experiment and change this to "Get"...I re-submitted form and
pressed back and stil got the warning...?
"Aaron [SQL Server MVP]" <te*****@dnartreb.noraa> wrote in message
news:OW**************@TK2MSFTNGP11.phx.gbl...
Also, what is causiing this? Session Variables?


No, the fact that you submitted a form via POST.

--
http://www.aspfaq.com/
(Reverse address to reply.)

Jul 19 '05 #9
Can you show a URL where this happens?

--
http://www.aspfaq.com/
(Reverse address to reply.)


<ja***@catamaranco.com> wrote in message
news:%2***************@TK2MSFTNGP11.phx.gbl...
Hmmm, I did experiment and change this to "Get"...I re-submitted form and
pressed back and stil got the warning...?
"Aaron [SQL Server MVP]" <te*****@dnartreb.noraa> wrote in message
news:OW**************@TK2MSFTNGP11.phx.gbl...
> Also, what is causiing this? Session Variables?


No, the fact that you submitted a form via POST.

--
http://www.aspfaq.com/
(Reverse address to reply.)


Jul 19 '05 #10
Can you show a URL where this happens?

--
http://www.aspfaq.com/
(Reverse address to reply.)


<ja***@catamaranco.com> wrote in message
news:%2***************@TK2MSFTNGP11.phx.gbl...
Hmmm, I did experiment and change this to "Get"...I re-submitted form and
pressed back and stil got the warning...?
"Aaron [SQL Server MVP]" <te*****@dnartreb.noraa> wrote in message
news:OW**************@TK2MSFTNGP11.phx.gbl...
> Also, what is causiing this? Session Variables?


No, the fact that you submitted a form via POST.

--
http://www.aspfaq.com/
(Reverse address to reply.)


Jul 19 '05 #11
Aaron [SQL Server MVP] wrote on 07 aug 2004 in
microsoft.public.inetserver.asp.general:
Can you show a URL where this happens?


Aron, I think we ment the refresh behavour all along ;-)

Try this:

<http://hannivoort.org/test/madrefresh1.asp>

and submit to see the IE warning when refreshing.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 19 '05 #12
Aaron [SQL Server MVP] wrote on 07 aug 2004 in
microsoft.public.inetserver.asp.general:
Can you show a URL where this happens?


Aron, I think we ment the refresh behavour all along ;-)

Try this:

<http://hannivoort.org/test/madrefresh1.asp>

and submit to see the IE warning when refreshing.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 19 '05 #13
Yes, I understand. Your repro uses method=post. He said he still gets the
warning when using method=get?

--
http://www.aspfaq.com/
(Reverse address to reply.)


"Evertjan." <ex**************@interxnl.net> wrote in message
news:Xn********************@194.109.133.29...
Aaron [SQL Server MVP] wrote on 07 aug 2004 in
microsoft.public.inetserver.asp.general:
Can you show a URL where this happens?


Aron, I think we ment the refresh behavour all along ;-)

Try this:

<http://hannivoort.org/test/madrefresh1.asp>

and submit to see the IE warning when refreshing.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Jul 19 '05 #14
Aaron [SQL Server MVP] wrote on 07 aug 2004 in
microsoft.public.inetserver.asp.general:
Yes, I understand. Your repro uses method=post. He said he still
gets the warning when using method=get?


No.

Querystrings are acceptable in a refresh, it seems.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 19 '05 #15
>> Yes, I understand. Your repro uses method=post. He said he still
gets the warning when using method=get?


No.

Querystrings are acceptable in a refresh, it seems.


You're talking in circles. I am aware of that. The OP said he STILL gets
the warning about re-submitting information EVEN if he uses GET. I asked to
see a URL where this happens, because surely he is mistaken.

A
Jul 19 '05 #16
Aaron [SQL Server MVP] wrote on 07 aug 2004 in
microsoft.public.inetserver.asp.general:
Querystrings are acceptable in a refresh, it seems.
You're talking in circles.


I am aware of that. I understanding was/is still in development.
I am aware of that. The OP said he STILL
gets the warning about re-submitting information EVEN if he uses GET.
I asked to see a URL where this happens, because surely he is
mistaken.


My tests hopefully do not deter the OP to submit an URL to the NG.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 19 '05 #17

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

Similar topics

8
by: NotGiven | last post by:
The user searches and see the results, then clicks for more detail in a result. He then clicks the BACK button in the browser to see the results again and....gets a page expired error. How do...
16
by: Dave Smithz | last post by:
Hi, In summary: I want to a form to submit information via a HTTP POST, however, when using Internet Explorer I want to be able to use the back button and all the information retained....
3
by: Vijay | last post by:
Hi, Based on the session timeout, session will be expired. Timebeing , we are manually checking in the each page, whether the session is expired or not, If so,we are redirecting to common login...
1
by: devccon | last post by:
Hi all, I'm quite stuck with this problem here. I have a search form (search.aspx) and I want the results to be displayed in another form (result.aspx). So far so good, I've implemented a...
15
by: Nathan | last post by:
I have an aspx page with a data grid, some textboxes, and an update button. This page also has one html input element with type=file (not inside the data grid and runat=server). The update...
3
by: Max2006 | last post by:
Hi, Is Page.Cache global and shared between all session? What would be the best way to cache an object and share it btween all sessions? I like to avoid Application object because it doesn't...
1
by: jobs | last post by:
Re: Troubleshooting Timeout expired. All pooled connections were in use and max pool size was reached. New webservers. win2003. IIS6. asp.net 2.0/ sql server 2005 and Oracle 9i through a 64 bit...
3
by: =?Utf-8?B?cHJhZGVlcF9UUA==?= | last post by:
Hi All, Can anyone please explain me why I am not able to disable Browser caching in ASP.net by writing the following code Response.Buffer = true; Response.ExpiresAbsolute =...
7
by: Microsoft Newsserver | last post by:
Hi Folks. I have an issue I need some help with if thats OK. I am running Framework 2.0 using Windows Integrated Security. For most of the application we manage session timeouts without the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.