|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-10-26 11:47 UTC] hholzgra@php.net
[2001-10-26 11:53 UTC] kelly dot shih at comverse dot com
[2001-10-26 12:05 UTC] hholzgra@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 07:00:01 2025 UTC |
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