So its been more then 20 days I am trying to submit my script but reviewer having trouble with my script file. its my first time and I am trying to follow up every guideline and forum answers to having a successful upload and review done. But I received this soft rejection twice.
1. Unable to proceed with install due to: https://envato.d.pr/8nuVeG
In the screenshot, reviewer getting redirected to this page as there’s a CSRF token check on existing browser sessions. When this token gets changed or removed or doesn’t exist on next page visit then this error comes up.
This is where it triggers when PHP session token not found:
I have tested this script in several browsers and it do get install if not blocking sessions/cookies.
-
How do I let know my reviewer to enable cookies and not having it disabled, and allow session token to gets created?
-
Should I skip this restriction from my script so the reviewer can do install without session token?
-
Is there any better method to not removing this but having him successfully install so he can do the test? Because the whole script requires sessions and cookies to work, even for login.
Please help me if anybody can.
This is my first script in this marketplace and I am trying to learn whats the problem.