8
@DJ
i found this nice article that may or may not be of use for improving security too.
* DESCRIPTION:
* ------------------------------------------------------------------------
* 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 avoid
* 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 so it disabale
* use it as it is not secure at all.
u can find the script
here