function setNcCookie($name, $value, $expire='3600', $path='', $domain='.a.cn', $secure=false){
if (empty($path)) $path = '/';
if (empty($domain)) $domain = SUBDOMAIN_SUFFIX ? SUBDOMAIN_SUFFIX : '';

要修改$domain为线上的域名

 

相关文章:

  • 2021-10-08
  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
  • 2022-12-23
  • 2021-05-05
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2021-12-27
  • 2021-10-31
  • 2022-12-23
相关资源
相似解决方案