What warning level is PHP reporting at?  I would expect it to give you a message about this at most levels, but it's possible that you don't have permission for the directory you're trying to store the session information in.  Other than that, I'd probably have to see your php.ini file to know more.

On 2/16/06, Alexander Mahabir <[EMAIL PROTECTED]> wrote:
 php 5.1.2
$_SESSION variables are unaccessible, and not listed in phpinfo(); anyone has any clues what might be up?
<?php
        session_start();
                print "PHPSESSID" .$_SESSION["PHPSESSID"];
        phpinfo();

?>

register_global off
session.auto_start on.
etc.




--
==============
Randolph Baden  
AIM: Randofu        
Cell: 301-751-5114
==============

Reply via email to