How many ways can we get the value of current session id?
Answer Posted / devendrarjadav
We can get the value of current session with the use of
session_id() returns the session id for the current session.
| Is This Answer Correct ? | 58 Yes | 12 No |
Post New Answer View All Answers
What is a comment in php?
Which function would you use to merge two arrays in php?
Why do we use hooks?
What is meant by session in php?
What is member variable?
What is the function file_get_contents() usefull for?
What types of MYSQL function available for affecting columns
Does php has a future?
Why do we use interface in php?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
Explain mixed and callback functions?
How to get number of elements in an array?
What is difference between static and constant?
What is an operator in php?
How to Retrieve the Session ID of the Current Session?