file_get_contents (or curl, or fopen) problem with session data

前端 未结 6 1620
情深已故
情深已故 2021-02-11 04:15

i have a page that shows a value from session, lets call it www.domain-a.com/master.php and if i type it directly from the browser, it shows me the session value.

but wh

6条回答
  •  半阙折子戏
    2021-02-11 05:03

    Your PHP configurations are probably prohibiting you to retrieve files over HTTP.

    Possible culprits:

    • Safe mode
    • Open basedir
    • allow_furl_open

提交回复
热议问题