I'm curious if there is anyone using Laravel since version 3 running into problems setting cookies in various version of IE when there is an underscore in the cookie name.
I came across this problem with my project (an eCommerce site built on CI). The problem was fixed removing the underscore in cookie name.
While I'm currently porting the project to Laravel, I just want to check if I should remove the underscore from session cookie as well.