Thanks John for the information. Will this work with multiple IE windows? For example a user logged into remedy using his credentials in one IE instance. Now he opened another IE instance and types a guestURL( which is a custom webpage with asp code that redirects to remedy servlet), now if I add your code to my custom asp page, will it work?
The session variable in one IE instance, can it be accessed through a custom asp code loaded from second IE instance? On Jul 13, 2:58 pm, John Baker <[email protected]> wrote: > Hello, > > Try this: > > if (session.getAttribute("com.remedy.arsys.stubs.sessionData")!=null || > session.getAttribute("usercredentials")!=null) { > // User logged in > > } > > John > > -- > SSO Plugin: Bringing BMC products > togetherhttp://www.javasystemsolutions.com/jss/ssoplugin > > ___________________________________________________________________________ > ____ > UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org > attend wwrug11www.wwrug.comARSList: "Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are"

