Hello Greg,
To prevent the code duplication use the same app in both sites, and
use the shared="true" flag so the ServletContext is shared over all
the instances of the apps.

Sometimes the session gets invalidate when going from secure to
non-secure. We found a workaround to that, but it's a little tricky.
Just store a reference to the session on the non-secure site in the
ServletContext and retrieve it on the secure one.

-- 
Best regards,
 Rafael                            mailto:[EMAIL PROTECTED]



Reply via email to