Index: trunk/wp-config.php
===================================================================
--- trunk/wp-config.php	(revision 172)
+++ trunk/wp-config.php	(revision 173)
@@ -82,6 +82,6 @@
 require_once( ABSPATH .'/include/request_url.php');
 if (is_xpress_index_page_call()){
+	require_once $xoops_config->xoops_mainfile_path; //It is necessary to execute it for the user attestation before wp-settings.php. 
 	require_once(ABSPATH.'wp-settings.php');
-	require_once $xoops_config->xoops_mainfile_path; //It is necessary to execute it for the user attestation before wp-settings.php. 
 	wp();
 	if (is_wordpress_style()) {
Index: trunk/wp-content/plugins/xpressme/include/pluggable-override.php
===================================================================
--- trunk/wp-content/plugins/xpressme/include/pluggable-override.php	(revision 172)
+++ trunk/wp-content/plugins/xpressme/include/pluggable-override.php	(revision 173)
@@ -24,5 +24,5 @@
 		if (!is_object($xoopsUser)){
 				wp_set_current_user(0);
-				wp_logout();
+//				wp_logout();		 // When IE is used, it becomes page error by the guest if the wp_logout() is executed here. 
 			 	return false;
 		}
