Browser sends a cookie like fbm_123456=base_domain=.test.com; (it's a cookie that was set by Facebook Javascript SDK), it's how I see from FireBug.
But when i'm reading it on server side, my cookie.getValue() returns only base_domain as value, I mean that =.test.com part is lost. All other cookie parameters are null (that's fine).
How it's possible? Maybe I've missed something with cookies, and it's some kind of special cookie? How I can get original cookie value?