Index: /trunk/xpressme_integration_kit/include/set_cash_cookie_path.php
===================================================================
--- /trunk/xpressme_integration_kit/include/set_cash_cookie_path.php	(revision 477)
+++ /trunk/xpressme_integration_kit/include/set_cash_cookie_path.php	(revision 478)
@@ -8,5 +8,5 @@
  */
 if ( !defined('USER_COOKIE') )
-	define('USER_COOKIE', 'wordpress_' . $modname . 'user_' . $hash);
+	define('USER_COOKIE', 'wordpress_' . $modname . '_user_' . $hash);
 
 /**
@@ -15,5 +15,5 @@
  */
 if ( !defined('PASS_COOKIE') )
-	define('PASS_COOKIE', 'wordpress_' . $modname . 'pass_' . $hash);
+	define('PASS_COOKIE', 'wordpress_' . $modname . '_pass_' . $hash);
 
 /**
