Looks like I resorted to manual cookie setters and it's working now

document.cookie = 'JSESSIONID=blah'; Path=/';

On Tuesday, March 18, 2014 12:52:16 AM UTC-4, Kevin Cho wrote:
>
> For the life out of me.. I can't figure out why $cookieStore pre and 
> post-pends %22.
>
> Example
>
> $cookieStore.put('JSESSIONID', "blah");
>
> When I view under chrome console then it shows the value %22blah%22... 
> Instead of "blah"... what am I doing wrong? Thanks!!
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to