In my web app (NT 5.38) I have several pages that refresh every minute. Using SSL (wildcard certificate, client using IE8), the pages stop refreshing after a few minutes. Unecrypted, the pages refresh indefinitely. Therefore, I believe a mixed SSL environment will be the best option.
I read with interest this topic:
http://www.nettalkcentral.com/index.php?option=com_smf&Itemid=36&topic=451.0and learned that the SSL and non-SSL use two different session queues. Copying the data between the session queues proved doable but I was surprised that in every test I found that the session ID was the same on both servers.
Two Three questions:
1. Will the session ID always be the same between the SSL and non-SSL servers?
2. Is there any form of encryption that is applied by NetTalk to the exchange of the cookie containing the session ID? My security folks require that every exchange of the session ID must be encrypted.
3. If the cookie is not encrypted, does anyone have a suggestion of how to encrypt it between the browser and server (outside of sending the page securely) to prevent hacking? I had considered a reversable encryption using the client's IP address as the key but haven't looking into the best place (probably in the webserver procedure) to resolve that.
As mentioned, SSL appears to break the multiple updates of the pages so I am trying to walk the fine line between security and usability.
Thanks!
Rob