0

I am making a website that requires complete anonymity, but i want to send messages to that user, now I am insert the users cookie: PHPSESSID.

but I need to make it work on iPhone/iPad and if I close the webapp delete the iPhone the PHPSESSID cookie, so any suggestions to make it work that the cookie will not be changed or any alternatives?

Robin Timman
  • 489
  • 2
  • 7
  • 17

2 Answers2

0

Standard PHP behaviour is to let the session cookie expire once the browser closes. See this related question: How do I create persistent sessions in PHP?

Community
  • 1
  • 1
Thomas Hambach
  • 307
  • 2
  • 11
0

You should check your browser's settings about cookies, take a look at here, this may help you.

relower
  • 1,293
  • 1
  • 10
  • 20