What is session and Cokkies . How it works .
tell some thing about Session_id()
Answer Posted / Charu
Session and cookies are mechanisms used in web development to manage user sessions between multiple requests. A session stores information about a user's activity on the server side, while a cookie stores small pieces of data (like user preferences or login credentials) on the client-side browser. Session_id() is a PHP function that returns the unique identifier for the current user session. This ID is used to associate subsequent requests with the same session, allowing information to be maintained between multiple pages without needing to pass it in every request.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to detect a mobile device using php
Explain me is it possible to destroy a cookie?
What is the current stable version of php?
List some features of php that are deprecated in php7?
What sized websites have you worked on in the past?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
What is difference between static and final in php?
Tell me what kind of things have you done on the social side?
Name and explain five of the PHP error constants?
What is trait in php?
if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer
How to calculate the difference between two dates using php?
What is the difference between htmlentities() and htmlspecialchars()?
Which variable declarations within a class is invalid in php?
What does $_files means?