FSX30HD Posted April 27, 2014 Report Posted April 27, 2014 Vangelis I don't have in my console VMSAUTH cookie name just PHPSESSID it's the cookie of the phpvms session $_COOKIE ['VMSAUTH'] ["VMSAUTH"]=> "24|1|127.0.0.1" http://forum.phpvms....hat/#entry52674 Quote
FSX30HD Posted April 27, 2014 Report Posted April 27, 2014 Ok Solved thanks to Eddie to share with me app.config.php & local.config.php In my local.config.php I have this before # Cookie information Config::Set('SESSION_LOGIN_TIME', (60*60*24*30)); # Expire after 30 days, in seconds Config::Set('SESSION_GUEST_EXPIRE', '30'); # Clear guest sessions 30 minutes //Config::Set('SESSION_COOKIE_NAME', 'VMS_AUTH_COOKIE'); I remove this part In app.config.php I check that define('VMS_AUTH_COOKIE', 'VMSAUTH'); also touch config.php (ArrowChat) define('DB_USERTABLE','pilots'); define('DB_USERTABLE_NAME','firstname'); define('DB_USERTABLE_LASTNAME','lastname'); define('DB_USERTABLE_USERID','pilotid'); define('DB_USERTABLE_AVATAR','pilotid'); define('DB_FRIENDSTABLE',''); define('DB_FRIENDSTABLE_USERID', ''); define('DB_FRIENDSTABLE_FRIENDID', ''); define('DB_FRIENDSTABLE_FRIENDS', ''); Thanks for all Regards Fred Quote
ChrisTaylor Posted December 20, 2014 Report Posted December 20, 2014 Any luck with this on arrow chat V1.8 ! Quote
Members Vangelis Posted December 21, 2014 Members Report Posted December 21, 2014 What problem do you have ? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.