My web application is using SSL entirely. I wanted some info on following points :
I just wanted to know that is there any chance of cookies shared on HTTP and not on secure https.
Or if an application uses SSL then what will be default behavior of cookies. They will be shared over HTTP or HTTPS.
Do I have to make some extra setting if I want to make sure that all cookies are shared over HTTPS only.
How to make these setting (if required) for a java application.
how does a secure cookies look like. Will it be visible encrypted or will not be visible at all.
In my application I am using mozilla add on : firebug to check what all cookies are secured.. I can see that few of the cookies are secured and few of them are not. So how this is working. I am not using any specific property to make secure few of the cookies.