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
Does php pass arrays by reference?
How is it possible to remove escape characters from a string?
What is data abstraction in php?
What is isset function in php?
Is laravel an oop?
How to read the entire file into a single string?
Why php is sometimes called as embedded scripting language?
What is the capacity of mysql database?
Can you extend a final defined class?
What does a delimiter do in mysql?
How to find length of an array in php ?
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
Which cryptographic functions in php returns the longest hash value?
Difference between get and post method.
What is php oops concepts?