jQuery to store data for sessions

Posted by Ted on Stack Overflow See other posts from Stack Overflow or by Ted
Published on 2010-05-03T03:35:27Z Indexed on 2010/05/03 3:38 UTC
Read the original article Hit count: 239

Filed under:
|
|
|
|

I am trying to use jQuery AJAX. What my requirement is, i wish to load user names from DB in dataset, convert it to JSON format and store it in memory or using jQuery data for use while a user is browsing my site, i.e for a session. This way I can use autocomplete or my own code to display data to user.

Can anyone help me design such a scenario?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about session