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


Reply via email to