It seems that Codingame now uses 2 cookies for playing a game : rememberMe=xxxx; cgSession=xxxx; I managed to make it work by providing both in the YAML config file in the form: ```YAML accountConfigurationList: - rememberMe: xxxx;cgSession=xxxx ```
It seems that Codingame now uses 2 cookies for playing a game :
rememberMe=xxxx; cgSession=xxxx;
I managed to make it work by providing both in the YAML config file in the form: