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 |
What is a simple example of where a ajax request would be used?
What are the common ajax frameworks?
What is the minimum version of php that needs to be running in order to use html_ajax?
How do we debug javascript?
Whattrigger will fire initially by using update panel?
What will happen with click of browser "back" button among asynchronous requests?
How do I handle the back and forward buttons?
Which are the knowledge requirements for personal ajax functionality?
What is the work of the conformonformsubmit property in the confirmbuttonextender control? : asp.net ajax
What is the name of the dll that contains the ajax control toolkit?
Should I consider ajax?
What is the purpose of xmlhttprequest?