什么是CAKEPHP cookie?

时间:2016-02-15 01:35:01

标签: cakephp cookies

我想知道哪个饼干&CAKEPHP。 这是由CakePHP自动生成的,但它是什么? Screenshot of the cookie 谢谢,

1 个答案:

答案 0 :(得分:2)

你可以去app/Config/core.php 有代码是

Cookie名称为CAKEPHP

/**
 * The name of CakePHP's session cookie.
 *
 * Note the guidelines for Session names states: "The session name references
 * the session id in cookies and URLs. It should contain only alphanumeric
 * characters."
 * @link http://php.net/session_name
 */
    Configure::write('Session.cookie', 'CAKEPHP');
相关问题