I am curious if there is anyone who has been using Laravel since version 3, triggering problems with setting cookies in different versions of IE when there is an underscore in the cookie name.
I ran into this problem with my project (an e-commerce site built on CI). The problem was fixed by removing the underscore in the cookie name.
While I am transferring the project to Laravel, I just want to check if I should also remove the underline from the session cookie.
source
share