Can HTTP cookie name contain dashes? Any reliable reference?
I've tried on Chrome and it's fine but I'm scared that other browsers may not allow because in PHP reference http://php.net/manual/en/function.session-name.php says:
name:
The session name references the name of the session,
which is used in cookies and URLs (e.g. PHPSESSID).
***It should contain only alphanumeric characters;***