From:             [EMAIL PROTECTED]
Operating system: winNT and win2000
PHP version:      4.0.6
PHP Bug Type:     Session related
Bug description:  register object as a session varaible

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 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]

Reply via email to