XPressME Integration Kit

Trac

Changeset 478


Ignore:
Timestamp:
Dec 3, 2009, 5:25:52 PM (14 years ago)
Author:
toemon
Message:

WP Super Cacheプラグインへの対応(クッキー名へのハイホンつけ忘れ) #263

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/include/set_cash_cookie_path.php

    r477 r478  
    88 */ 
    99if ( !defined('USER_COOKIE') ) 
    10         define('USER_COOKIE', 'wordpress_' . $modname . 'user_' . $hash); 
     10        define('USER_COOKIE', 'wordpress_' . $modname . '_user_' . $hash); 
    1111 
    1212/** 
     
    1515 */ 
    1616if ( !defined('PASS_COOKIE') ) 
    17         define('PASS_COOKIE', 'wordpress_' . $modname . 'pass_' . $hash); 
     17        define('PASS_COOKIE', 'wordpress_' . $modname . '_pass_' . $hash); 
    1818 
    1919/** 
Note: See TracChangeset for help on using the changeset viewer.