How many ways can we get the value of current session id?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / devji chhanga
Apart from session_id, we can retrieve it using SID
constant in PHP6
| Is This Answer Correct ? | 12 Yes | 9 No |
Answer / james rosan
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 ? | 3 Yes | 3 No |
What is php compared to html?
Tell me can you extend a final defined class?
What is the difference between php4 and php5?
Why does php start with variables?
Does php support overloading?
What is session cookies php?
What is mean tnq
What can I do by cakePHP?
What is reference variable php?
Is session a cookie?
Write a program to find the factorial of a number in php?
Is php an oop?