Is it possible to set session variables from javascript?



Is it possible to set session variables from javascript?..

Answer / Shailender Kumar

Session variables are typically handled by the server-side. While JavaScript on the client-side can interact with these session variables through AJAX, it cannot directly set or modify them.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AJAX Interview Questions

What is a simple example of where a ajax request would be used?

1 Answers  


What are the common ajax frameworks?

1 Answers  


What is the minimum version of php that needs to be running in order to use html_ajax?

1 Answers  


How do we debug javascript?

1 Answers  


Whattrigger will fire initially by using update panel?

1 Answers  


What will happen with click of browser "back" button among asynchronous requests?

1 Answers  


How do I handle the back and forward buttons?

1 Answers  


Which are the knowledge requirements for personal ajax functionality?

1 Answers  


What is the work of the conformonformsubmit property in the confirmbuttonextender control? : asp.net ajax

1 Answers  


What is the name of the dll that contains the ajax control toolkit?

1 Answers  


Should I consider ajax?

1 Answers  


What is the purpose of xmlhttprequest?

1 Answers  


Categories