R
Robert Mark Bram
Hi All,
1) In a web app, is it standard to use HTTPS only for those pages that
are transmitting data you want to encrypt (e.g. user name and
password) and use HTTP for everything else?
2) If you do this, are there any issues with sharing the session? I.e.
can my JSPs hit through HTTPS still access the same session variables
created and modified by my JSPs hit through HTTP?
Thanks for any advice!
Rob
1) In a web app, is it standard to use HTTPS only for those pages that
are transmitting data you want to encrypt (e.g. user name and
password) and use HTTP for everything else?
2) If you do this, are there any issues with sharing the session? I.e.
can my JSPs hit through HTTPS still access the same session variables
created and modified by my JSPs hit through HTTP?
Thanks for any advice!
Rob