Zaman POST veri tek oturumda saklanır bilmek için

1 Cevap php

How long is the POST data from forms stored in a session such that you can access it by the following command in PHP?

$_POST['email']

I have 777 forms and each give me data in the POST -form. Each name of the input is unique.

Ben POST-veriler hakkında sınır nerede olduğunu bilmek istiyorum.

1 Cevap

Post verileri PHP sayfasına belirli bir çağrı için kullanılabilir. Bu HTTP isteği ve sadece o zaman gönderilir. Kullanıcı başka bir formu gönderdikten sonraki sefer, bu formun yalnızca bilgi $ _POST mevcuttur. Eğer oturumda verileri kaydetmek isterseniz, elle yapmanız gerekir.