Check if PHP session_id is in use

后端 未结 4 1542
既然无缘
既然无缘 2021-01-02 23:25

I am building a web-app that users can upload certain files and work on them through the web-app interface. I need to store these files for the length of a users session. I

4条回答
  •  粉色の甜心
    2021-01-03 00:05

    I found this helpful / I think it addresses your question:

    Best place to store large amounts of session data

提交回复
热议问题