Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problems with ssl (https) on IE 5.0

Status
Not open for further replies.

ColdFusionKing

Programmer
Dec 5, 2002
145
GB
I have a application running on CF5, Windows NT and IIS. The application has a login screen that authenticates users in LDAP and stores the login details in session variables. The site uses SSL and the cipher strength is 56 bit, this because older browser versions don't support 128 bit encryption.

Right, I'm having problems browsing the site on IE 5.0. I log in to the site and when I click on a link on the home page, I get logged out sometimes immediately and sometimes after few clicks. When I now log back again without closing the browser, it all seems to be fine, I don't get logged out unexpectedly, I can browse the site without any problems.

I don't see any this happenning on IE 6.0. I can log in and browse the site without my session dying out.

Does anybody know why this happenns on IE 5.0. I can't find a solution to this problem and can't find any help anywhere. Is this a ColdFusion bug? If so is there a patch?

Cheers
Diane
 
Have you verified that the problem is with the SSL? If you disable the SSL and try it with IE5.0, does the problem go away?

-pcorreia
 
Hi guys,

I have exactly the same site running on http and I don't have this forced logout problem on that site. I have added a little code in the application.cfm file from which I can know what server I am on by viewing the source. As you know the site is secure with a ssl certificate. The site is hosted on 3 webservers, all having the same configuration, all behind a switch and a load balancer. I have found that the session is not maintaining stickiness, or in simple words I keep switching between servers and get logged out every time. For example say I'm on the home page and view the source, I'm on webserver 1, now if I continously refresh the page or hit other pages, I get logged out and when I now view the source, I'm on another webserver.

This does not happenn on the http site, I don't why the webserver kicks me out so often, please help if you have any ideas

Regards
Tom
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top