How many ways can we get the value of current session id?
Answer Posted / 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 |
Post New Answer View All Answers
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
How do you connet mysql database with php?
What kind of variable is age?
What is a php array?
Code to upload a file in PHP?
Explain mysql_error().
What is the advantage of runtime polymorphism?
Are php session secure?
What is the meaning of ‘escaping to php’?
Tell me how the result set of mysql be handled in php?
List types of array are available in php?
Explain which cryptographic extension provide generation and verification of digital signatures?
Is wordpress a php framework?
How can I convert ereg expressions to preg in php?
What does $_env means?