Connecting Tech Pros Worldwide Forums | Help | Site Map

Using Session in Windows application

Newbie
 
Join Date: Jun 2009
Posts: 1
#1: Jun 6 '09
Hello All,

How can I use the session variables in windows application using ASP.Net Web services.

I am having a scenario in my project in which the user logs in one database and then reads the connection string of other database to do the transactions through web service.

How can I do this if it is a windows application with Web service ?

Thanks in Advance

Expert
 
Join Date: Aug 2007
Location: nj,usa
Posts: 299
#2: Jun 18 '09

re: Using Session in Windows application


This link will help you
http://www.codeproject.com/KB/cs/webservice.aspx
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,129
#3: Jun 18 '09

re: Using Session in Windows application


Check out this article on Using ASP.NET Session State in a Web Service.

:)
-Frinny
Reply