I am trying to connect to Livelink server using a cookie which I am recieving from the Siteminder server but getting no success yet. Here is a piece of code I am using
session = new LLSession("server.com",2099,sitemiderCredential, null);
where sitemiderCredential is variable having cookie in it.
Anybody has done this before ? Please help !!
P.S. According to siteminder instructions, I have to get SMSESSION cookie which I am already recieving it in the header.
session = new LLSession("server.com",2099,sitemiderCredential, null);
where sitemiderCredential is variable having cookie in it.
Anybody has done this before ? Please help !!
P.S. According to siteminder instructions, I have to get SMSESSION cookie which I am already recieving it in the header.