From:             [EMAIL PROTECTED]
Operating system: windows
PHP version:      4.2.3
PHP Bug Type:     *General Issues
Bug description:  Session does not work

I have check in many to executes session but session value are not
accessable i do not know either session are not store or value of session
is not retrive on server..

but it works perfectly at my local machine.....
session creation code is 
  $HTTP_SESSION_VARS['session_login']=trim($user_login);
$HTTP_SESSION_VARS['session_pwd']=md5(trim($user_password));

and retrivale code 

session_start();
         $session_login=$HTTP_SESSION_VARS['session_login'];
 $session_pwd=$HTTP_SESSION_VARS['session_pwd'];


-- 
Edit bug report at http://bugs.php.net/?id=19448&edit=1
-- 
Try a CVS snapshot:  http://bugs.php.net/fix.php?id=19448&r=trysnapshot
Fixed in CVS:        http://bugs.php.net/fix.php?id=19448&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=19448&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=19448&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=19448&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=19448&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=19448&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=19448&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=19448&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=19448&r=globals

Reply via email to