vote up 1 vote down star
1

I am trying to provide authentication facility through third party single sign on provider like rpxnow. After login on every refresh of page I am not able to retrieve the cookies set by the provider so that I can delete them when user desires to log out? Is there any other way to gracefully logout the user without trying to search for cookies etc., or releasing the token provided by them after authentication?

flag

looks like you're not the only one to ask... rpxwiki.com/Help#comment1244506971 – Jeffrey Kemp Jun 17 at 4:09
true i saw there and came here ! – dhaval Jun 17 at 17:27
Anyone have an answer yet? – PAS Aug 1 at 0:23

1 Answer

vote up 0 vote down check

I had a workaround. I stored the token retrieved from single sign on site and onclick of logout deleted the token. Every call handler for each page was initiated by checking for validating for token variable in session.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.