[eluser]InsiteFX[/eluser]
Final Solution
The timezone issue did give me a hint to check the time on my client and server. My client is a Windows laptop which had the correct time and timezone thanks to being synchronized with the NTP protocol. My server on the other hand was out of sync.
The timezone was correct, but the UTC time was set to my local time instead. As a result, the server was actually six hours in the past as far as the client was concerned. A timeout of one hour would have expired in the past for an IE instance running on my client. No wonder IE was rejecting my sessions.
I ran ntpdate to fix my time and then reset my timezone using tzselect.
# ntpdate pool.ntp.org
# tzselect
I then refreshed IE which immediately started accepting the sessions. All aspects of my application started working correctly. So much for so little.
Moral of the story, use NTP to ensure that your machines have their time set correctly.
change the IE setting as below:
tools Internet Options Privacy Advance Always allow session cookies.
And do not use an underscore in the cookie name or domain name!!!!
You can also search the forums this has been asked 100's of times...
InsiteFX