We have a midtier servlet url,say guesturl with hard coded login name and password, that users use to create requests. It is needed to allow any one in the company to submit requests without need to have a remedy login id.
But our remedy support users who login to remedy using the remedy login screen with their own remedy username and password, try to access that servlet guest url , they are getting a message saying another session is already current. But if they use a different browser to access the guest url then they do not get that message. So midtier is storing some cookie or session id in the browser cache and dertermining if it is active or not. We want to capture that event and redirect the users to a differerent url with out the embedded user name and password, so that midtier will use their current session credentials. Any thoughts on how to capture if another session is already current or not? Where does midtier store the session id/cookie and how will it determine if it is active or not? We are trying to use some asp code to achieve this. Any thoughts on how to do it? _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are"

