doucheng4660 2013-07-17 13:05
浏览 22

客户从站点重定向到PP,会话数据清空

I have a cart where the products and shopping cart itself is stored within a session. The session works fine through the entire process, except when the customer goes to PayPal's website. When the customer is redirected to PayPal, then returned to the website, all of the session data is lost.

The session ID remains the same before and after the redirect

I have tried setting the referrer_check variable to no value. Still does not work.

The same code works on my dev server, and I have ensured the settings match up between the dev and live server, for sessions, but I am still not able to save the sessions properly after the return.

I'll provide any settings requested.

I've tried this: Session lost after page redirect in php (Adding exit() right after redirect)

I'll keep updating things I've tried as I get responses to this.

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 随身WiFi网络灯亮但是没有网络,如何解决?
    • ¥15 gdf格式的脑电数据如何处理matlab
    • ¥20 重新写的代码替换了之后运行hbuliderx就这样了
    • ¥100 监控抖音用户作品更新可以微信公众号提醒
    • ¥15 UE5 如何可以不渲染HDRIBackdrop背景
    • ¥70 2048小游戏毕设项目
    • ¥20 mysql架构,按照姓名分表
    • ¥15 MATLAB实现区间[a,b]上的Gauss-Legendre积分
    • ¥15 delphi webbrowser组件网页下拉菜单自动选择问题
    • ¥15 linux驱动,linux应用,多线程