php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19448 Session does not work
Submitted: 2002-09-17 03:45 UTC Modified: 2002-09-17 04:48 UTC
From: afzaal at syberwurx dot com Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.2.3 OS: windows
Private report: No CVE-ID: None
 [2002-09-17 03:45 UTC] afzaal at syberwurx dot com
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'];


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-17 04:32 UTC] sniper@php.net
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 04:48 UTC] hholzgra@php.net
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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 11:01:31 2024 UTC