Basic AJAX Question:

Is it possible to set session variables from JavaScript?

Tweet Share WhatsApp

Answer:

It's not possible to set any session variables directly from JavaScript as it is purely a client side technology. You can use AJAX though to asyncronously...

Download AJAX PDF Read All 61 AJAX Questions
Previous QuestionNext Question
How do I handle the back and forward buttons in AJAX? Is the server or the client in control in AJAX?