sieben
sieben
KKinde
Created by sieben on 7/4/2024 in #💻┃support
Missing methods on PHP SDK storage
Hi, I'm running into issues with the PHP SDK setting cookies for specific page paths instead of the root path. While trying to understand why that's happening I am attempting to set the cookie path using the setCookiePath() method that is described in the PHP SDK documentation. It doesn't seem to exist for me, do I have the wrong SDK installed somehow, or is the documentation not correct? code: $storage = Storage::getInstance() $storage->setCookiePath('/'); <- returns a method not found Thanks!
4 replies