i did but the below setting don't read the cookie. The default setting.
Code:
"clientprefs"
{
"driver" "sqlite"
"host" "localhost"
"database" "clientprefs-sqlite"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}
It only read if i change it like this:
Code:
"clientprefs"
{
"driver" "sqlite"
"host" "localhost"
"database" "clientprefs"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}
__________________