switching between http and https

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
good day

still have an issue not answered before

the user click on login, he is redirected to https, after clicking login, redirected to homepage HTTPS, after this whene clicking on any page or item the user is redirected to http page and username is not shown, if anything is added to cart it will be saved until the user clicks on shopping cart and he will find his additions

is there something im missing to do ?

please help
thanks
12 years ago
Good day,

Some pages are forced to be shown as HTTP (e.g., produdct details page). In order to change this behavior follow the next steps:
1. Open appropriate page file. For example, Product.aspx.cs file
2. Remove 'SslProtected' property which returns 'PageSslProtectionEnum.No' enum value
3. Recompile the solution

Regarding username. Be default, it's shown. Perhaps, you made some changes that broke this nehavior
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.