i got the following problem
when doing :
<? session_start();
$a="blubb";
session_register('a');
?>
<frameset cols="150,*,157" border="0"> <frame src="abc.php<?=SID?>"
...
...
...
the var $a is empty in in abc...
this is not because the sessionid gets lost .. (i checked that more than once).
it seems as if netscape is opening a second
data stream before the page terminates so that session_vars are not yet written when the framesource-script is execute.
I delayed the loading of abc by placing an js alertbox into the script ...and than it worked ...
same thing happens when doing an meta refresh...
Affected browser are netscape 4.74 on PC ..and also some ie's on MAC...
PHP version is 4.04pl1 ... Apache 1.3.14 linux 2.2.19...
does anyone knows a way to workaround this problem....?
This is very urgent 😐....
bye,
Niko