Hi guys,
So in my development I set up an admin module with a die() command in my index action. Since editing the module it now appears every time I login with 1 particular admin user I am always served up with the die statement.
I have to amend the URL to actually get back to the dashboard manually.
Is there somewehere where this state has been cached (either in files or DB) that i can purge to get back to regular functionality?
D.