我试图在Component中读取cookie并在Cookie类中获得一个错误?
Using $this when not in object context
CORE\src\Http\Cookie\Cookie.php:738
代码:
<?php
namespace WetKit\Controller\Component;
use Cake\Controller\Component;
use Cake\Controller\Component\AuthComponent;
use Cake\Core\Configure;
use Cake\I18n\I18n;
use Cake\I
如何在react js中将cookie值从客户端服务获取到服务器服务?cookie成功地存储在客户端,但当我从服务器端尝试控制台时,它显示为未定义。
请帮帮我!!
index.js (服务器端):
import express from "express";
import cors from "cors";
import bodyParser from "body-parser";
const app = express();
import cookieParser from "cookie-parser";
import con
我试图在Cookie中设置一些用户数据和令牌ID。令牌在console.log输出中设置得很完美,但是我的用户JSON对象无法将“对象对象”设置为Cookies,但是我的用户数据显示在console.log中。我认为我无法将JSON数据转换为cookie。下面是我所使用的nextjs和包的代码。
包装使用
js-饼干
nextjs -最新版本
这是我的用户登录API
import db from "../../helpers/initDB";
import User from "../../models/User";
import bcrypt