PHP Shared Sessions across Domain

前端 未结 3 1107
花落未央
花落未央 2021-01-05 09:26

I have seen a few answers to this on SOF but most of these are concerned with the use of subdomains, of which none have worked for me. The common one being that the use of

3条回答
  •  爱一瞬间的悲伤
    2021-01-05 09:59

    Have you thought about using session_set_save_handler. You can store your sessions in a database and access them from any domain.

提交回复
热议问题