Hi,
I made two pages in asp.net, one to call the login page and the second to get
response from login aftre bbAuth. My problem is, my page calls the yahoo login
service, which is fine but when the response comes to my second page to
authorize the Session,i cannot access the session on following line
Yahoo.Authentication auth = Session["auth"] as Yahoo.Authentication;
its gives me an error as seesion does not exist.
Please help, i have tried all possible solutions.
I am using Yahoo.Authentication.dll.