ID: 13840 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Session related Operating System: winNT and win2000 PHP Version: 4.0.6 New Comment:
php sessions can store every PHP data type including objects php sessions can *not* store information from outside of php (usually identified by the PHP resource data type) COM objects *are* related to such data (and have most likely connection resources stored within them) Previous Comments: ------------------------------------------------------------------------ [2001-10-26 11:53:11] [EMAIL PROTECTED] Bug report. session_register() function can not register object data type. ------------------------------------------------------------------------ [2001-10-26 11:47:01] [EMAIL PROTECTED] this is a bug database, not a support channel please ask your question on eg. the php-general mailing list see http://php.net/support.php for further info ------------------------------------------------------------------------ [2001-10-26 11:17:59] [EMAIL PROTECTED] I have to use a COM object to do authentication. This is our OLD ASP code and working very good. ============================================= set Session("AuthenSrv") = Server.CreateObject("AuthenSrv.AuthenSrv.1") ==================================== I need to convert it into pup and use session_register for that object but it failed. Is there any way I can solve the problem? thank you ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=13840&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]