does all sessions that is being created with :
Code: Select all
<?php
$a = session_start();
$_SESSION["var"] = 0
?>Is there anyway that I can create session variables without using cookie
or hidden form element?
I created a page using session vaiables ... $_SESSION("var"] ...
thats works on Linux Mozilla brower but it crooked on IE...
Thanks for reading,
Andrew