Raheel,
Have you done a session_start() on each page that requires session
variables? Or set the php.ini Session Auto Start to 1 (true, if I recall
correctly) if you want sessions enabled on all your page calls, then
restart your http server.
-Dash
Heaven, n.:
A place where the wicked ce
function SetDomain(d) { document.domain = d; }Hi,
I m a new bie programmer in PHP , but have strong background in ASP
here i m having a problem with session persistance
at one page i m starting the session, with
session_start();
$_SESSION['count']="1";
print($_SESSION['count']); // this works