Click here to Skip to main content
15,885,132 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI All,

Could any 1 Please explain me regarding this Jquery Session?

Is this same like Asp.Net Session ?
Posted
Comments
Thanks7872 9-Dec-14 7:51am    
JQuery doesn't have session.
Kaushik.Subramanian 9-Dec-14 7:55am    
ok it doen't have, then what does the below link does?
http://stackoverflow.com/questions/11123622/how-to-set-session-variable-in-jquery[^]
Ankur\m/ 9-Dec-14 8:06am    
In the link there, the user is asking how to set ASP.NET Session variable using jQuery. There is a better solution provided to the question instead of using Session variable there.

Note - Use reply link to reply to a comment. Hitting 'Have a Question of Comment' won't notify the commenter you are replying to.

1 solution

See here..
Use localStorage [^]to store the fact that you opened the page :
http://stackoverflow.com/questions/11123622/how-to-set-session-variable-in-jquery[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900