$.cookie('SessID',data.content.sessionid,{ path: '/' });
In this example, there are 2 commas therefore 3 fields ? Rae they name value pair?
But what's SessID value? I would expect something like SessID: value.
Looks like path: has the value of '/'.