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
Post a Comment