Hi
When i use session_start() ....
<?php session_start()
session_id($idses);
.
.
.
if i reload the page (with browser ) or i go another page in main menu and i came back in this page , this page is not execute.
If i use this script
<?php session_start()
session_id($idses);
.
.
.
.
echo date("h:i:s a", time());
?>
(this script is only a example, and it do nothing)
not print time exactly
When i reload the page, the time is not exactly(print the old time)
I think depending of installation!!!!!!