Session ID Question
Posted: Fri Jul 11, 2003 4:03 am
I'm quite happy with the various session functions of PHP, but was wondering if it was possible to set the session id myself? I want to create session ids based in part upon the IP of the user for added security, but session_id() doesn't seem to allow me to do that. How do I use normal session functions in PHP but set my own session IDs?