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

Sorry, but the bug system is not the appropriate forum for asking
support questions. Your problem does not imply a bug in PHP itself.
For a list of more appropriate places to ask for help using PHP,
please visit http://www.php.net/support.php

Thank you for your interest in PHP.




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

[2002-09-17 04:32:18] [EMAIL PROTECTED]

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.




------------------------------------------------------------------------

[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