簡體   English   中英

Cyber​​source CodeIgniter 會話問題

[英]Cybersource CodeIgniter Session Issue

在 CodeIgniter 框架中使用安全驗收進行結賬,但在從https://testsecureacceptance.cybersource.com/payment付款后

Sometimes it returns to the right response 
(Persists the Session and contains the PHPSSID in the set-cookie request headers)

But sometimes it Logs the user out (The PHPSSID is missing in the set-cookie request headers)

如何解決這種意外行為

CodeIgnitor 版本 3.1.11

通過添加找到解決方案

$config['cookie_path'] = '/; SameSite=None';

在 config.php

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM