I read a blog post GitHub moves to SSL, but remains Firesheepable that claimed that cookies can be sent unencrypted over http even if the site is only using https. They write that a cookie should be marked with a "secure flag", but I don't know how that flag look like.
How can I check that my cookies are only sent over encrypted https and not over unencrypted http, on my site that is only using https?