php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48712 Page reloading twice when do back in IE
Submitted: 2009-06-29 08:08 UTC Modified: 2009-07-07 01:00 UTC
Votes:2
Avg. Score:4.5 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: manju_kalita at infosys dot com Assigned:
Status: No Feedback Package: *General Issues
PHP Version: 5.2.10 OS: Linux
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2009-06-29 08:08 UTC] manju_kalita at infosys dot com
Description:
------------
The PHP page is not loading completely. when I do a "view source" i can see that the page didnt parse completely. 
When I go to next page and page Back in IE, the page get reload twice. sometime in the first reload it display half of the page and page locked there. no second reload happened.
I increased maximum execution time in php.ini, in the script, didnt help. I also increased the memory which also didnt help. 
I tried to use cache, but no result. its a secure page. please help.


Expected result:
----------------
the page sud parse completely and it should not reload twice when do IE back.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-06-29 08:35 UTC] jani@php.net
1. Did it work properly in previous PHP versions?
2. Does it work properly with any other browser?
3. What IE version?
 [2009-06-29 09:05 UTC] manju_kalita at infosys dot com
1. Did it work properly in previous PHP versions?
A: didnt check
2. Does it work properly with any other browser?
A: No. Its not working when used Mozilla
3. What IE version?
A. IE version- 6.0.3790.1830
 [2009-06-29 09:43 UTC] jani@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.


 [2009-07-07 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 07 03:01:29 2024 UTC