Re: [PHP-WIN] Session Persistance (urgent help required)

2002-10-31 Thread Dash McElroy
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

[PHP-WIN] Session Persistance (urgent help required)

2002-10-31 Thread Raheel Hussain
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