You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by wh...@aol.com on 2010/08/24 21:40:07 UTC

get session cookie

 

 I'm using the session to make a cookie.
I can see the cookie in firebug -- with firecookie
but alert(document.cookie.length) shows cookie.length=0

The cookie is called AuthSession and has a value of some stringy thing.
But why can't I access it?

Thanks,
Dan