Click here to Skip to main content
15,881,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hai to all,
i faced one problem recently. i have one facebook application. in that i used some sessions for maintain user info. the problem is when the user comes from facebook and do their work and logout from facebook. in taht time my session is not cleared. other user come and open my application with facebook, in that time the previous user info is displayed. (same browser. can't clear cookie and cache). please help me. how to kill my session when the users logged out from facebook?

thanks in advance.
Posted

1 solution

Hi,

you can try below.

1. On logout click hit your application to clear the session data if you are able to change FB logout event.
2. Maintain users session in you application as well with session+userId. and perform session check

Refer the below link for more help.
http://vatlab.com/facebook-logout-button-asp-net[^]

http://stackoverflow.com/questions/4265844/delete-facebook-session-cookie-from-my-application-on-users-logout[^]
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900