> >

Can my software application maintain state when switching from normal HTTP (non-secure) protocol to

595 views

When you change from non-secure (HTTP) to secure protocol (HTTPS), any cookies or client variables you are using with one protocol will not be recognised from one state to the next. This is true since the web server views activity under each different protocol as completely different user sessions, so it does not maintain a variable state between the two different protocols. This is true whether or not you use a shared or dedicated SSL certificate. Because of this, it is best to use HTTPS protocol for most user activity, and always use HTTPS protocol for sensitive data gathering.

For example, to go into secure mode, you would provide a hyperlink like:

https://auswidewebsites.com/ssl-certificates/

Top
Free Website and Account Transfer