ID:               19448
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
-Bug Type:         *General Issues
+Bug Type:         Session related
 Operating System: windows
 PHP Version:      4.2.3
 New Comment:

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.





Previous Comments:
------------------------------------------------------------------------

[2002-09-17 03:45:43] [EMAIL PROTECTED]

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 this bug report at http://bugs.php.net/?id=19448&edit=1

Reply via email to