Oturumda depolanan veri başına istemci olarak saklanır - ID genellikle bir cookie tarafından geçirilen.
Bu aynı oturum erişen iki kullanıcımız var anlamına gelir; bunun için var değil.
=> 2 kullanıcılar / tarayıcı / müşteri = 2 farklı seans = 2 farklı değerleri.
If you are asking about two scripts requested by the same use/client, and using file-based sessions (which is the default), the session-file of that user should be locked by the first script that begun, so two scripts don't access it at the same time -- which might cause problems if two scripts are trying to modify the session simultaneously.
=> 1 kullanıcı, 2 istekleri ile = bir idam edilecektir; O, yalnızca, ikinci bir idam edilecek; İlki bittikten sonra idam olacak - ilk tek veri setinin ikinci birinden görünür olacağı anlamına gelir.