Index: trunk/wp-content/plugins/xpressme/include/pluggable-override.php
===================================================================
--- trunk/wp-content/plugins/xpressme/include/pluggable-override.php	(revision 165)
+++ 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;
 		}
