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

Friday, June 13, 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: