Servlet not to return to the previous page

0

Hi, I'm trying to get the information from the previous page (you show me the menu with the data loaded) to the login no longer appears and redirect me to the login

I already managed to not enter without a login but when I went back to the page I loaded the information for more than I found it close session

    
asked by Jorge Cabrera 23.05.2018 в 18:26
source

1 answer

0

For now I am using this script

history.forward ();

It will not let me go back to the previous page, but if it shows me for a millisecond of the information, I would like to know if there is another form without using history.forward ();

    
answered by 25.05.2018 / 13:43
source