InterviewSolution
Saved Bookmarks
| 1. |
Is it feasible to set session variables from JavaScript? |
|
Answer» It is not feasible or likely to produce or set any SESSION VARIABLES STRAIGHTWAY from JavaScript. This is because AJAX is a works on the client-side, and we can USE AJAX asynchronously. |
|