开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜