Hi,
First of all I'd like to say that I'm new to this forum so .. hi all!
I've run into a problem I can't seem to find a suitable solution for.
I'm currently developing a product that uses a search engine written by the company I work for. Therefore its use is mandatory.
The problem is that when I perform a search from my PHP script I'm returned a COM+ object. I can work with this object just fine. I've produced a list of hits and the use can click one of those hits to view the document it is linked to.
These two tasks however happen on two different pages. Since I can't serialize the COM object I can't add it to the $_SESSION var.
I really need the com+ object on the other page as well. Now I have to use the search function again making the whole thing rather inefficient.
How can I make use of the COM object in both pages without have to recreate it?
I hope someone can help me on this because frankly I'm stuck.
Thanks in advance,
Ritter.