Session and user browser
Posted: Thu Sep 23, 2004 4:40 am
i saw that sesions that i do like this :
now when i i looked at the pc temp i saw that these values are written there in a session cookie!
1)dosen't the session stored only in the server memoery?or the browser RAM?
2)can i block this session from being written on my pc? if yes then how?and will it block the session from being written on my pc will it be saved on the seervers ram?
thnaks in advance
peleg
Code: Select all
session_start() ;
$_SESSIONї'count']=44;1)dosen't the session stored only in the server memoery?or the browser RAM?
2)can i block this session from being written on my pc? if yes then how?and will it block the session from being written on my pc will it be saved on the seervers ram?
thnaks in advance
peleg