Redirect back to login page after logging in
After configuring Sendy on a Linux server, Admin is unable to login. it works sometimes after multiple tries on different browsers but, most of the times, it does not work. It will flash the main page briefly and then immediately go back to login page.
This discussion has been closed.
Comments
Hi,
Try setting the master value of
session.save_path
in your server's php.ini to/var/lib/php/session
instead of/tmp
directory.Or see this for more info → https://sendy.co/troubleshooting#login-page-reloads-without-error-message
Thanks.
Best regards,
Ben
thank you. Ben that worked better.