Angular发出调用请求后,ASP.NETCore会话为空
创始人
2024-10-24 17:01:21
0
  1. 确认在 Startup.cs 中是否已配置会话:
public void ConfigureServices(IServiceCollection services)
{
    ...

    services.AddSession();
    services.AddMvc();
}

public void Configure(IApplicationBuilder app, IHostingEnvironment env)
{
    ...

    app.UseSession();
    app.UseMvc();
}
  1. 在 API 控制器中添加 Session
[Route("api/[controller]")]
public class TestController : Controller
{
    private readonly IHttpContextAccessor _httpContextAccessor;

    public TestController(IHttpContextAccessor httpContextAccessor)
    {
        _httpContextAccessor = httpContextAccessor;
    }

    [HttpGet("[action]")]
    public void SetSession(string key, string value)
    {
        _httpContextAccessor.HttpContext.Session.SetString(key, value);
    }

    [HttpGet("[action]")]
    public string GetSession(string key)
    {
        return _httpContextAccessor.HttpContext.Session.GetString(key);
    }
}
  1. 确认在 Angular 服务中配置了 withCredentials
@Injectable()
export class ApiService {
  private getUrl(path: string): string {
    return `${environment.apiUrl}/${path}`;
  }

  constructor(private http: HttpClient) {}

  public post(path: string, body: any): Observable {
    const headers = new HttpHeaders().set('Content-Type', 'application/json');
    return this.http.post(this.getUrl(path), body, { headers, withCredentials: true });
  }

  public get(path: string): Observable {
    return this.http.get(this.getUrl(path), { withCredentials: true });
  }
}
  1. 确认在初始化时配置了 Cookie 策略:
services.ConfigureApplicationCookie(options =>
{
    options.Cookie.HttpOnly = true;
    options.ExpireTimeSpan = TimeSpan.FromMinutes(30);
    options.Cookie.SecurePolicy = CookieSecurePolicy.None;
    options.Cookie.SameSite = SameSiteMode.None;
    options.LoginPath = "/";
    options.LogoutPath = "/";
});

通过以上步骤,Angular 发出调用请求后,ASP.NET Core 会话就可以正确地获取了。

相关内容

热门资讯

玩家实测!werplan透视挂... 玩家实测!werplan透视挂,werplan外挂,wepoke教程(有挂透视)1、很好的工具软件,...
透视神器"wepok... 透视神器"wepoker买钻石有用吗"详细辅助2025新版(原生是真的有挂);wepoker买钻石有...
推荐一款!werplan有挂吗... 推荐一款!werplan有挂吗,wepoker私人局俱乐部怎么进,揭秘教程(有挂方法)1、不需要AI...
透视辅助"wepok... 这是一款非常优秀的wepoker辅助器有哪些功能 ia辅助检测软件,能够让你了解到wepoker辅助...
推荐一款!竞技联盟破解版最新版... 推荐一款!竞技联盟破解版最新版,云扑克有透视吗,我来教教你(有挂透视)1、不需要AI权限,帮助你快速...
透视神器"wepok... 1、透视神器"wepoker透视有吗"详细辅助必赢教程(一直存在有挂)(UU poker、wepok...
玩家实测!wepoker私人局... 玩家实测!wepoker私人局有透视吗,hhpoker怎么开透视,2025新版(有挂技巧);《WPK...
透视透视"约局吧是否... 透视透视"约局吧是否有挂"详细辅助详细教程(本然真的有挂);1分钟了解详细教程(微信 1367043...
新手必备!epoker免费透视... 新手必备!epoker免费透视脚本,htx矩阵wepoker辅助,切实教程(有挂技巧)科技教程也叫必...
辅助透视"约局吧透视... 辅助透视"约局吧透视挂下载"详细辅助AI教程(原本真的是有挂)1、点击下载安装,微扑克wpk插件透视...