I need to add a button on my website that opens the phpMyAdmin page in order to manage the DB, but since it's session-based, I can't do that because I always get that "session expired" error.
Is there any method/workaround to do this? Thanks in advance!