Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE » RADICORE Installation Issues » Problem with IIS
Re: Problem with IIS [message #1195 is a reply to message #1194] Mon, 17 December 2007 13:07 Go to previous messageGo to previous message
AJM is currently offline  AJM
Messages: 2361
Registered: April 2006
Location: Surrey, UK
Senior Member
It is always a problem when different web servers produce different results.

I have amended the code inside initSession() so that if $_SERVER['HTTPS'] is empty it will be set to 'off', and each line which reads
if (!empty($_SERVER['HTTPS'])) {
has been changed to
if (is_True($_SERVER['HTTPS'])) {

These fixes are in the attached file, so can you try them and let me know how you get on?.


 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: pg_connect parameter order?
Next Topic: unable to logon
Goto Forum:
  


Current Time: Thu Sep 12 15:18:50 EDT 2024

Total time taken to generate the page: 0.01041 seconds