From: Oltmans on
Can I, using JavaScript, determine if a cookie is secure? For example,
in the application that I'm using server is setting the cookie on the
client-side as follows
---------------------
examplecookie=EfXlZmrwqZ0Z5F8frrPJjXm0788s7dfsdfskfkj3l453l45j3lk4j5l3sd0glQS0Vp8L6YCN2TQdfjouritn4545sncsgd9K2mMjLi2h
+90s8dfslk34hj5kh3k4h5k3h4k53jk3hk453Fqd0XAeF8=; Domain=example.com;
Path=/; Secure
---------------------
So using JavaScript can I determine if cookie named "examplecookie" is
a secure cookie?