BUG 9881 PM 2.0.44 testing 3. Al enviar una combinacion invalidad de parametros a PMFNewCase() se vence la sesion del usuario.

PROBLEM  The session vars were replaced with invalid values.
SOLUTION Restore the session vars with healty values.
This commit is contained in:
Ralph Asendeteufrer
2012-10-12 14:57:51 -04:00
parent 3455186be6
commit 04de7b363f
3 changed files with 15 additions and 262 deletions

View File

@@ -76,7 +76,7 @@ class wsBase
{
public $stored_system_variables; //boolean
public $wsSessionId; //web service session id, if the wsbase function is used from a WS request
private $originalValues = array (); // SESSION temporary array store.
private $originalValues = array (); // SESSION temporary array store.
public function __construct ($params = null)
{