Interview Questions

Is it possible to set session variables from javascript?

AJAX Questions and Answers


(Continued from previous question...)

Is it possible to set session variables from javascript?

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...

(Continued on next question...)

Other Interview Questions