
February 20th, 2006, 12:46 PM
|
|
Registered User
|
|
Join Date: Apr 2004
Posts: 9
Time spent in forums: 3 h 4 m 34 sec
Reputation Power: 0
|
|
|
IIS 5.0 https and session variables
Hello,
I have an application built that uses session variables and runs on IIS 5.0. The application runs fine when testing it over port 80 using http, but once I move it to the secure area and test it over port 443, it stops working.
The session variables are assigned on the first page and that seems to be working, but once I click to the next page, they are all null. There is no change in domain name or protocol from page one to page two.
My understanding is that Session variables work fine over https as long as the user stays on the same server with the same domain name, so my best guess is that there is a switch in IIS disabling it or something in IIS that I need to fix.
Any help is greatly appreciated.
Thanks
|