hugo When I experience a Session Expire, it shows the login screen, I enter again and it shows the default URL. Would be better to get the current URL when Expiring, so when logging again redirect to that url instead of default.
wrongecho Hey @hugo How often and in what way are you experiencing session expiration? We added some code a while back that should keep the session active as long as a page is kept open.
johnny yeah as @wrongecho stated your session should not be expiring. We would deff be interested where it may be timing out and what browser you were using.
hugo Hello guys, I`ll pay attention to this timming to report to you. I use Edge or Chrome. I dont mind to get session expiration, but it should bring you back to where you were after login again =]
johnny I think in order to do this we will have to create a last page viewed slug in user config and consistently update it upon page views, but we can have it so when you manually log out it will clear the last page viewed slug and then the next time you login it will use the default page.
wrongecho johnny I think a better way would be to store the current page URL as part of the check login redirect. Most sites include this in the URL as a get param.
hugo wrongecho yep its simple like that just when redirecting to login page, send parameter "last_url" on uri
hugo @johnny @wrongecho raised a Enable URL Recovery from logout by ssteeltm ยท Pull Request #948 ยท itflow-org/itflow (github.com)