Maybe its not a bug; But I found a strange behavior;
I am using LOAD to load some views; I also use @auth.requires_login()I just saw that If I try to reload the component after the session expires the component loads the login page where the component should go;
Perhaps once the session expires; we should force the whole page to be redirected?
Any thoughts? Thanks.