开发者

Does PHP session_name(name) sets the cookie name? [closed]

开发者 https://www.devze.com 2023-03-29 14:39 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarif开发者_运维技巧ying this question so that it can be reopened, visit the help center. Closed 11 years ago.

That is name in setcookie(name,...) is the same thing we pass to session_name(name)?


Yes. From the documentation.

The session name references the name of the session, which is used in cookies and URLs (e.g. PHPSESSID).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号