Hi everyone, I'm using a combination of jquery.cookies.js and server set cookies (ASP.NET MVC). For both the jQuery plugin and server side I am setting the default for HttpSecure on cookies to true, i.e. all cookies can only be sent over HTTPS.
Running my site from localhost I check the cookies panel in FireBug from the home page, no cookies present, great this is expected. I then use the site and a couple of cookies get set some via JS some via server. My confusion... On the network panel if I look at the GET request for the page and switch to the cookies for that request it lists the cookies but the secure column is blank. If I switch to the cookies panel (i.e. the overall global for site) then it again lists the same cookies but this time in the secure column it shows true in all cases - as I would expect. The cookies are created both on JS and server side with the secure attribute set to true so they never existed without it set so why does firebug display this differently? Regards, Peter -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/3a8c5f9a-d653-4f52-9192-13d5668c01c1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
