Search Results

5
votes

Can you reliably set or delete a cookie during the server side processing of an Ajax (XHR) call?

XMLHttpRequest always uses the Web Browser's connection framework. This is a requirement for AJAX programs to work correctly as the user would get logged out if the XHR object lacked access to the …
4
votes

Has anyone migrated from Struts 1 to another web framework?

Sure. Moving from Struts to an AJAX framework is a very liberating experience. (Though we used JSON rather than XML. Much easier to parse.) However, you need to be aware that it's effectively a ful …
8
votes

What would be the best place to start learning AJAX (I have Perl as a backend)

AJAX is best approached by picking up the following: The Javascript language. …