Hi,
I want your advice in both cases.
The first case is the LocalStorage. I tried to save the user login using core-localStorage and it works fine when I refresh the page, but when I actually connect and I go to home page, I have not recovered the login from the local storage ( may be my code is not very correct). So can I save the information and use them in other pages as if I use the PHP $ _SESSION?
The second case is the offline storage. Is there a way to turn the polymer with appication available in offline mode? Or I must use the HTML5 offline storage simply?
Thank you.