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 |
can anyone explain about stored procedure,Triggers and transaction in php?
What is indexing in mysql and how do we create indexing in mysql
What is difference between session and cookies in php?
How can I make a script that can be bilingual (supports english, german)?
Write the statements that are used to connect php with mysql
what is difference between PHP4 , PHP5
What is polymorphism?
What's the diff. between include() and Include_once().
How do I use isdigit function?
How to retrieve values out of an array?
what is different between PHP and Asp.net?
Is php used anymore?