Django admin expiring session all the time and logout once i click any link
I have a Django project that works perfectly locally, but I can’t use the admin page in the server because the page is reloaded every time I click in the links and the user credentials are re-requested.
Django admin expiring session all the time and logout once i click any link
I have a Django project that works perfectly locally, but I can’t use the admin page in the server because the page is reloaded every time I click in the links and the user credentials are re-requested.