What is session and Cokkies . How it works .
tell some thing about Session_id()
Answer Posted / parveen
cookies are store at browser end. and session are store at server side. session_id() is also store in cookies
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain preg_Match and preg_replace?
Explain mail function in PHP with syntax?
What is the function mysql_pconnect() usefull for?
What is difference between python and php?
How arrays are used in php?
What is x+ mode in fopen() used for?
Can we use include ("xyz.php") two times in a php page "index.php"?
What's the difference between using mysql_ functions and pdo?
Where are cookies stored php?
What are objects in php?
what is the use of include_once in php?
What is the difference between get & post ?
What is mysqli php?
how to track user logged out or not? when a user is idle?
What is self in php?