> From: Tracy Spratt [mailto:[EMAIL PROTECTED] 
> Subject: Can the Tomcat authentication module use an ASP.NET 
> security token?
> 
> I have a Tomcat app (MM Flex app) that is called from an asp.net
> application which is secured by "forms" (cookie-based) authentication.
> (NOT NTLM / Windows Integrated)
> 
> I don't want the user to have to log in again.
> 
> I have a programmatic solution in mind, but it is going to be
> comparitively ugly.  
> 
> Any ideas?

You're going to have to use that programmatic solution.  Forms
authentication (by default) sets a session-id cookie, and the asp.net
worker process maintains state information such as login details
internally.  You can't even get to it via classic ASP on the same IIS.

                - Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to