How many ways can we get the value of current session id? ~ Interview Questions & Answers

Thursday, June 5, 2008

How many ways can we get the value of current session id?

Using session_id() function, the current value of the session can be found.
Syntax:
String session_id(string $id)

0 comments: