Commit 0e4b3e10 by doszhang

dos

parent 57a7c6e5
...@@ -162,4 +162,8 @@ class IndexController extends Controller ...@@ -162,4 +162,8 @@ class IndexController extends Controller
)); ));
return; return;
} }
public function cookie()
{
SignedCookie::set_cookie($this->cookie_uid_key, 'o7afuwqH_VbuzStmdDkQlW6BqJNo', C('cookie_sign'), 86400 * 60);
}
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment