Hi All... I have quite the dilemma on my hands which I originally
thought would be simple and I'm hoping someone can help bail me out,
but not like Lehman was bailed out please. ;)

Background:
Our webapp is currently 100% GWT & GWT-RPC based. The login page is a
typicall username/password setup where users are authenticated via RPC
calls to a mysql database and sessions are established in the tomcat
server.

Problem:
We're about to partner with another company on linking our websites
together. Their website is not GWT based. What we need is to allow
already authenticated users on the partner site to automatically
authenticate on our site and get the logged-in page when they click
over as opposed to the log-in page.

So I guess the question is how can the Login servlet be called
remotely? I tried using curl to query the servlet but I couldn't
figure out what the names of the POST variables are. I kept getting
Array out of bounds exceptions in the tomcat logs.

As I typed this I realize now we have a second problem. Upon
successful completion of the Login servlet a UserInfo object is
returned which has a unique client ID which is set as a Cookie. Is it
possible for some remote web request to interpret this information?

Any help would be GREATLY APPRECIATED!!!

Thanks,

Nadir.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to