exflickr / flamework

Flickr-style PHP Framework
BSD 2-Clause "Simplified" License
118 stars 32 forks source link

setcookie with a domain of 'localhost' is unsupported #29

Open kellan opened 9 years ago

kellan commented 9 years ago

by default flamework mysteriously fails to set cookies when running locally this fixes it by not ever attempting to set localhost as the domain

alternate approach would be to set cfg["environment"] to localhost vs dev by default, but that might have down stream impact