Basic AJAX Question:
Download Questions PDF

Is it possible to set session variables from JavaScript?

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 Interview Questions And Answers PDF

Previous QuestionNext Question
How do I handle the back and forward buttons in AJAX? Is the server or the client in control in AJAX?