Index: trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/pluggable-override.php
===================================================================
--- trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/pluggable-override.php	(revision 845)
+++ trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/pluggable-override.php	(revision 856)
@@ -127,5 +127,5 @@
 
 	$cookie_elements = explode('|', $cookie);
-	if ( count($cookie_elements) != 3 ){
+	if ( count($cookie_elements) < 3 ){
 			return false;
 	}
