dimanche 4 mai 2014

Maintenance des données côté client - Stack Overflow


I have to maintain some values in the client side, For that now i am using browser cookies.

**If user open new tab i need to main different values in the same variable , Browser cookies value will change simultaneously i cont sent the different value to the server.**

Please suggest a solution..



You want to use Session Storage. http://www.webreference.com/authoring/languages/html/HTML5-Client-Side/




Use a session variable and associate it with the user's session..



I have to maintain some values in the client side, For that now i am using browser cookies.

**If user open new tab i need to main different values in the same variable , Browser cookies value will change simultaneously i cont sent the different value to the server.**

Please suggest a solution..


Use a session variable and associate it with the user's session..


0 commentaires:

Enregistrer un commentaire