php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16012 IIS + PHP + MSSQL Sessions not working right..
Submitted: 2002-03-12 01:12 UTC Modified: 2002-03-12 04:14 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: sardonic at rewtme dot com Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.1.1 OS: Windows .NET Build 3604
Private report: No CVE-ID: None
 [2002-03-12 01:12 UTC] sardonic at rewtme dot com
When I look in the temp directory of the windows server I get ( minus the admin):

 !user|!password| 

and on my linux server:

 user|s:6:"---";password2|s:6:"-----";admins|s:1:"1"; 

the lines used were:
session_register('user');
session_register('password');

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-12 04:14 UTC] sander@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".



 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 17:01:33 2024 UTC