Patrice,
I think the problem here is how to keep the "token" between different web
applications so the user can logon once and navigate to another web
application without propmted for userid & password.
And these web applications will be designed to use single sign-on if this
can be done.
In an intranet scenario, I can rely on IE (Netscape is not concern in this
scenario) to keep the "token" using windows integrated authentication. But
in an internet scenario, I am not sure which method I should use or could
use.
Is there a way to mimic windows integrated by using form authentication?
Thanks,
J