Kong 1.3 Session plugin not working

I want to try kong session plugin with Kong version 1.3 using docker.
I follow the usage guide in https://docs.konghq.com/hub/kong-inc/session/#usage. And after get cookie from kong I try to call the endpoint again using the cookies but got response code 401.
Is this plugin usable in kong 1.3 or I must use older version?

It is possible you are running DB-less? If that is the case, you probably want to have the config.storage not be kong because that means it uses the database. You can set to cookie for storage, which is the default value. The docs should be updated.