jQuery cookie behaves differently on local machine vs production server
- by user1810414
I'm setting a jQuery cookie for some site javascript effects. I'm setting expiration date to 30 days.
On local development machine cookie expiration is set properly, whereas on production expiration is being set to end of session. After inspecting the created cookies with web develoer tools, everything is identical except production machine cookie…