Thursday, February 24, 2011

Easy steps to solve the rutime error: "cant save the session id because it is invalid"

.Net developers often get this irritating run-time error.
" Cant save the session id because it is invalid. Session ID= yddfdldsfdiewre .... ".




 If you face such error, then
>>Press F12 ( i.e. open IE Developer Tool Bar).
>>Click on Cache Tab.
>>Clear Browser cache for this domain.
>>Clear Session Cookies.
>>Clear cookies for this domain.

>>Then kill the ASP.Net Dev Server.
>>Restart the application. It should function properly.
All The best :-)

No comments: