Friday 9 April 2010

How to check Session is expire or not during Aajx Call?

As I told you in my previous post, there are some status code you found in during Ajax Call.
 
if(xmlhttp.status == 500) {
// That means session has been lost..
// Do your task whatever you want to do here... 
}
Cheers!

No comments:

Post a Comment