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?

link|improve this question

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

1 Answer

up vote 0 down vote accepted

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|improve this answer
feedback

Your Answer

 
or
required, but never shown

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