clear reason behind using session_id and session_name in php? -


why use session_id , session_name in php know security purpose not getting clear picture some-one give me guidance or advice....? please

1)sessions work creating unique id (uid) each visitor , store variables based on uid.

2)session store value in server in server data unique each other.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -