hi!
i've got two applications in same tomcat. one of those applications uses spring security for authentication. i would like method getRemoteUser to return valid user name in second application when logged into first one.
is there easy way to achieve this? can u please point me out to simplest possible solution which will do that?
thanks for responses