Script Category : PHP
Script Sub Category : User Management
This library tells the PHP4 session handler to write to a MySQL database instead of creating individual files for each session. In fact it is quite secure as it can do a check against ip. This avoids hacking of the cookie containing session_id by its intercept and use on an other computer. It retrives firewall ip and client ip too. It also has default value to override session.use_trans_sid.
|