I have a trouble bother me some days.
here is my trouble:
in page one I wrote
<?
session_start();
session_register($myval);
$myval = mymane;
?>
and in the other pages I wrote:
<?
sesion_start();
if isset($myval)
{
........
}
?>
it works well at begin.but after sometime,it begins slowly.
if I close all the ie.browse the page
again, it is right again.
It seems the session_start() make the
slow.
Any one can help me?
thanks