When i try to access the OrdersController doing click in the orders link in the backoffice i am automaticly redirected to the backoffice login page.
But i am still logged in.... If i try to access the orderscontroller page without token variable in the url i can access withput any problem.
For example:
NOT WORKING: https://www.example.com.ar/adminfolder/index.php?controller=AdminOrders&token=e6a479aacc65fc5380fcf7114a1e3f42
WORKING: https://www.example.com.ar/adminfolder/index.php?controller=AdminOrders
How to solve this issue??