Hi,
Here is an interesting problem i have. I've got around the problem but someone may have faced this before and come up with something better!
In Summary: When passing the SessionID manually in the URL, all normal functionality works except AJAX. Specifically the SetServer JS function doesn't work (no errors, just doesn't work anymore).
1. Why am i passing the URL - I am integrating a desktop app with a Web App. I have build an XML Web service in NT that allows a login to be performs and a sessionid be returned in XML.
2. Subsequent calls to the web site have the SessionID added to the URL and normal stuff works. Very tidy, very happy.
3. But AJAX functionalty has stopped. Debugging showed me that the correct SessionID is not picked up by the AJAX call (SetServer fuction) therefore in any work i'm doing server side cannot see my Session varliables.
4. After some mucking around and putting a hack into the Templates I modified how the SetServer JS function was being called by adding the SessionID. It put up a struggle but i finally got the syntax such that prototype was happy and it all magically started working again.
I suspect it might be a bug... but i know i'm pushing things, so it could easily be me.
I am in NetTalk 4.30.
Regards
Bill Shields