Hi,
When I'm trying to do a login call from GDG, getting the _session_id as
'undefined', dont know the reason why?
if (xmlhttp!=null){
try{
xmlhttp.open('POST',LOGINURL, false);
xmlhttp.setRequestHeader("Accept", "application/xml");
xmlhttp.setRequestHeader("Connection", "close");
xmlhttp.setRequestHeader("User-Agent","GoogleGadget");
xmlhttp.onreadystatechange = onreadystatechange_login;
xmlhttp.send(null);
}
catch(e){
//view.alert("caught exception"+e);
}
}else{
view.alert("Your browser does not support XMLHTTP.")
}
My server team explanation is, login call itself sending sessionid as
undefined, but I'm not setting any cookies, please where I'm doing wrong?
and how to clear the cache from GDG?
thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Desktop Developer Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Desktop-Developer?hl=en
-~----------~----~----~----~------~----~------~--~---