![]() |
|
|
|||||||
![]() |
ASP Net - Session Variables across projects |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
I have a solution the is composed of 2 projects. The first is the main web
application itself and is written in VB.NET. The second is a web service written in C#. The main application launches a window that interacts with the Web Service. However the session variables in the Web Service are NULL and generate an exception. I have found no information about utilizing session variables across projects in the same solution. Is it possible and are there any caveats? Kent Kent Ogletree |
|
|
|
|
#2 |
|
Posts: n/a
|
You can't even use application variables across projects, let alone session
variables. Try a database. Or writing to a shared file. Dale "Kent Ogletree" <> wrote in message news:e#... > I have a solution the is composed of 2 projects. The first is the main web > application itself and is written in VB.NET. The second is a web service > written in C#. > > The main application launches a window that interacts with the Web Service. > However the session variables in the Web Service are NULL and generate an > exception. I have found no information about utilizing session variables > across projects in the same solution. Is it possible and are there any > caveats? > > Kent > > > Dale |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Live projects on C, C++, Java, .NET for final year students | sheetal7853@gmail.com | Software | 0 | 10-05-2008 04:20 AM |
| VB.net (using session variables) | susan_1516 | Software | 0 | 09-26-2008 08:01 AM |
| Transfering ASP Session to ASPX Session | kalim | Software | 0 | 07-12-2007 03:38 AM |
| Clear the Session value on page unload | tessythampan | Software | 1 | 08-12-2006 12:18 PM |
| claim your Live Internet training session today. | Arnoud | A+ Certification | 0 | 05-28-2004 09:29 AM |