Closed DShumkov closed 7 years ago
Hmmmm I've run tests on my local env - it is all ok.
Do you know why travis is failing with a parse error?
PHP Parse error: syntax error, unexpected T_VARIABLE in /home/travis/builds/ss/hybridsessions/code/HybridSessionStore.php on line 245
:D
we still have test failures
Fixed in the #27
I've found a bug when I use Session::set_cookie_domain('.example.com'). I think methods: open() and destroy() at HybridSessionStore_Cookie don't work normally cause domain name parmeter missed on Cookie::set and Cookie::force_expiry in case we use specific cookie domain.