To be able to return a customer to one of my pages which they visited previously (after logout) I think would require a small, separate database with some fields common to amember and an extra which contains the url of the last area of my site visited. Do I need an integration plugin for this functionality?
Just to make sure I understand: 1) User visits site 2) User logs in 3) Browses around to various pages 4) Leaves your site (closes browser, whatever) while viewing "EXAMPLE PAGE" <- could be any page on your site 5) User comes back to your site 6) User logs in and is redirected to "EXAMPLE PAGE" This seems fairly easy to do, would involve two minor modifications. 1) Code added to your header or footer (assuming they are loaded every page) that either writes the URL to the database for the user when they are logged in once on exit (via javascript) or every page (via PHP) 2) Modified redirect to point to that user variable