I have a servlet call being made by another application which is in a different server, when it calls my servlet I need to check if the call was made that application. This is a java servlet and uses webshpere 4.0. Can I access the session variable of that application?
What is the best way stop anyone other than that application from accessing our servlet?
Thanks!
What is the best way stop anyone other than that application from accessing our servlet?
Thanks!