Can I use Javascript to see if an HTTP-only cookie exists, I don't want to see the value, just know whether or not it is there.
I need this because I have an API using cookie based authentication with servicestack, with a client side SPA. I need to know, client side, whether or not I am authenticated.
Is this possible?