Perspective Project Home page

Hi,

I have a project working on Perspective, that have a Home page configured (page url “/”) and when I open the project on the Gateway Home page/perspective projects… after log in on the app it start on the home page configured…

But the problem is when you logout and login again it start on the last view before logout instead of the home page… and I don’t want that, I want that when logout and login again it start on the home page configured…

do you have any advice or configurations you know for do it?

It’s weird, I’ve never seen this behavior. Are you sure it’s a different session ?
If it is, then a quick workaround while you figure things out would be to add system.perspective.navigate(page="/") to a session startup script.

Well, something that I just did (I didn't remember it :sweat_smile: ) is adding a Perspective Session Event to after a log in instantly redirect the user to the Home Page