Hi.
I have a AJAX post method that gets xml data from server.
But when user session is over server will response with login page.
And in that case I can't detect if response in not xml because $.post
don't call callback function.
How can I detect if response is not xml ?
Thanks!