Hi all,
I have a problem using the Web browser control. I use it to open facebook connect web form.
- I press on a button on my application to open a window within the web browser control.
- I set the Source property to the relevant URI .
- When I opern the window the browser really navigate to the FB connect web form for entering the credentials.
- After entering thje credentials , I press Connect , then facebook navigate to my server back to complete the process on my server.
- After short time I see that all the process ended successfuly and I close the window .
- When I try to open the window again , suddenlly it doesn't navigate to facebook , it navigate to my server , like it continue from the point when I colsed the window.
- I tried to do this many times and the same thing happens.
- When I shutdown the application and open it a gain , and try to open the window , then every thing is allrigt.
Seems to me , that the browser control don't try a new session every time I allocate it and open the window . Or maybe it can be cookie problem.
Any Ideas to solve the problem. Thanks in advance...