What is php session id?



What is php session id?..

Answer / Nitin Kumar Malviya

PHP Session ID is a unique identifier for a specific user session in PHP. It's a string of characters that the web server creates and stores on the client-side (in a cookie) or server-side (in a database or files). This allows PHP to keep track of the user's actions and data across multiple requests.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

Is php 5.6 secure?

1 Answers  


Can you use php and javascript together?

1 Answers  


How to remove the new line character from the end of a text line in php?

1 Answers  


What is magic function in php?

1 Answers  


Write an example to remove html tags from a string in php?

1 Answers  


What are magic methods?

1 Answers  


Do you know how can we check the value of a given variable is a number?

1 Answers  


What are the benefits of using php?

1 Answers  


What is php stack?

1 Answers  


how to make website package setup like desktop software setup ... that front end and backend can include in setup like single package...?

0 Answers  


•What is the difference between “mysql_fetch_array” and “mysql_fetch_object?

2 Answers   Infotech,


How to pad an array with the same value multiple times?

1 Answers  


Categories