Pass data from HTML page to another HTML page in Jquery Mobile

Pass data from HTML page to another HTML page in Jquery Mobile

Hi,
I want to pass some data from HTML page to another HTML page in Jquery Mobile. I've a login.html with username/password form, this send to server the data for validate and then if the the validation is confirmed it create a token. I want to pass the token to index.html.
How can i do this?

Thanks.