jwaterworth / php-dynamics-crm-2011

Automatically exported from code.google.com/p/php-dynamics-crm-2011
0 stars 0 forks source link

Cannot cache a login session across a PHP web session #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Save a DynamicsCRM2011_Connector to a PHP Session
2. Try to restore it and use it
3. Error message, Node no longer valid

What is the expected output? What do you see instead?
Because the object contains DOM & SimpleXML, it is not safe to cache it in this 
way.
Instead, we need a new function to Cache the details of the current login, and 
a new constructor call that allows reloading the cache.

Original issue reported on code.google.com by N.M.Pr...@gmail.com on 25 Jun 2012 at 2:25

GoogleCodeExporter commented 9 years ago
Created new functions to cache connection details

Original comment by N.M.Pr...@gmail.com on 25 Jun 2012 at 2:34