2015-10-06 51 views
0

我有以下目录:当前目录设置Cookie及其子目录中唯一

公司>模式>新年

我要饼干在型号文件夹只能设置,不能使用公司目录但在 dir。我在模式中设置的Cookie,或者应彼此可用,但父母 dir(公司)不应该能够看到这些cookie。

它像:sub.domain.xyz/app/company/model/year/index.php

饼干:setcookie('year', $year, time() + (86400), "/");

我知道, “/” 将设置cookie的整个域。

回答

相关问题