Click here to Skip to main content
15,889,315 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,
I built an application using asp.net for HTTP.
The application works fine, but when i used https protocol for the same website using self-signed certificate the SESSION i used does not return the value i stored.

Due to this application is not working properly. i am not able to understand this behavior.

I am using .net 4.0 Framework, c#.net.

The code

C#
Session[Session_Declarations.Person_Name] = textbox1.Text;

Label1.Text ="Welcome "+ Convert.ToString(Session_Declarations.Person_Name)+", ";


Switching back to HTTP makes the application to run normal.
Posted
Comments
See the answer here.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900