Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/www/html/dw_public_consult/lib/vendor/symfony/lib/request/sfWebRequest.class.php on line 78
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/www/html/dw_public_consult/lib/vendor/symfony/lib/request/sfWebRequest.class.php on line 151
1..8
ok 1 - ->__construct() does not throw an exception when not provided with options
Warning: session_name(): Cannot change session name when session is active in /var/www/html/dw_public_consult/lib/vendor/symfony/lib/storage/sfSessionStorage.class.php on line 74
Warning: session_set_cookie_params(): Cannot change session cookie parameters when session is active in /var/www/html/dw_public_consult/lib/vendor/symfony/lib/storage/sfSessionStorage.class.php on line 86
ok 2 - ->__construct() is an instance of sfStorage
ok 3 - ->read() can read data that has been written to storage
ok 4 - ->regenerate(false) regenerated the session with a different session id - this class by default doesn't regen the id
ok 5 - ->regenerate(false) regenerated the session with a different session id
ok 6 - ->regenerate(true) regenerated the session with a different session id and destroyed data
ok 7 - ->regenerate(true) regenerated the session with a different session id
ok 8 - ->remove() removes data from the storage
# Looks like everything went fine.