getCookie ??

I searched the forums and documentation but could not determine if there is a function that would work like a session.getCookie() function might. Does anyone have a solution for how to retrieve the cookie variables so that I can bring them down to the session scope for modification or tracking?

Thanks,
J

getCookie ??

Hi,

Currently there isn't a way to view cookies by calling a method in a script. You can always view cookies manually under the "Last Response" tab, as well as with the proxy server. We also offer the 'session.setCookie' (here).

Could you describe in a bit more detail why it would be helpful to have this feature? We've done quite a bit of work with screen-scraper, and have never needed something like this. It may just be that we haven't run into a case where it would be useful, though.

Thanks,

Todd Wilson