From:             jpenn at cheetah-soft dot com
Operating system: RHAT 7
PHP version:      4.3.1
PHP Bug Type:     Session related
Bug description:  Problem with session_set_save_handler() when connecting to db 
outside of obj 

Description:
------------
When connecting to the database inside the class object, everything works
fine with session_set_save_handler(). But, when connecting outside of the
class that holds the methods, php does'nt recognize there is an active
connection to the DB. Is this a known problem that I have overlooked in
the bug db?

I have tried everything, including passing the res id of the connection
into the session handler class but to no avail.

~ Thanks


-- 
Edit bug report at http://bugs.php.net/?id=24252&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24252&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24252&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24252&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24252&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24252&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24252&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24252&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24252&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24252&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24252&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24252&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24252&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24252&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24252&r=gnused

Reply via email to