mothra
07-07-2005, 04:28 PM
I'm no php guru but I've worked with sessions before and have not run into this. Reading the manual didn't provide any clues either.
Problem: When sessions are in use some pages will not load. It is somewhat random, 6/10 attempts the page may not load. This appears to be limited to the IE browser. Removing session_start results in the problem going away 100%.
Code: Only the php is posted below, you can see the page source by viewing it from your browser if you like. This is the only php in the page, the rest is just html.
<?php
session_start();
?>
Reproduce It:This is the general site link (it's a work in progress): www.nvreefers.org, on the menu click on the "Links" link while using IE. If the page loaded go back and repeat. Usually in the first few tries the "Links" page will fail to load, you'll end up with a blank page. I've left session_start in the "Links" page to demonstrate the problem.
If anyone knows what the issue could be please help me out! This has been driving me nuts. I use MOZ and didn't even realize the problem until someone pointed it out), so for now all sessions are disabled on the site which is a big problem.
Problem: When sessions are in use some pages will not load. It is somewhat random, 6/10 attempts the page may not load. This appears to be limited to the IE browser. Removing session_start results in the problem going away 100%.
Code: Only the php is posted below, you can see the page source by viewing it from your browser if you like. This is the only php in the page, the rest is just html.
<?php
session_start();
?>
Reproduce It:This is the general site link (it's a work in progress): www.nvreefers.org, on the menu click on the "Links" link while using IE. If the page loaded go back and repeat. Usually in the first few tries the "Links" page will fail to load, you'll end up with a blank page. I've left session_start in the "Links" page to demonstrate the problem.
If anyone knows what the issue could be please help me out! This has been driving me nuts. I use MOZ and didn't even realize the problem until someone pointed it out), so for now all sessions are disabled on the site which is a big problem.