Why would Laravel Sessions fail in just Safari and IE after switching server?
问题 New VPS server with Webmin, Apache Centos 6, Laravel application and old database schema. All working fine on old shared host, but on VPS for some reason Laravel's Session storage (Laravel 3.0) is no longer working on Safari or Internet Explorer. It seems that the Session ID is just not saving on the client. Is a good way to force the Laravel Session ID to save on the clients browser? What are the differences between the way Safari/IE store cookies that might be creating this problem, when