default to original ini setting if Cookie::$domain not set
commit3a8443e53c2fe462af3cd9e22fc2e29828ecfa2c
authorSamuel Demirdjian <sam@enov.ws>
Tue, 28 Jan 2014 13:56:37 +0000 (28 05:56 -0800)
committerSamuel Demirdjian <sam@enov.ws>
Tue, 28 Jan 2014 13:56:37 +0000 (28 05:56 -0800)
tree7f0e9defc04471ece5fea79c93d9128f864d7c1a
parent4e7ed5b45f042e0360a8af197bce8471051ec991
default to original ini setting if Cookie::$domain not set

We should not let PHP override the default setting if Cookie::$domain is not set. Otherwise it will send cookies with the host name of the server which generated the cookie.
classes/kohana/session/native.php