CATEGORIES
Sharing Session across multiple projects with a single solution in ASP.NET
Published by: Sangeeta (3/16/2009 8:43:17 AM)
MAR 16 2009
I am developing an web application using ASP.NET 3.5. I have two projects present under a single solution. I need to use the Session variables used in one project into another project i.e. I want my session to be shared across projects.
Can anyone tell me if sharing of session in this context is possible? If yes, how can I implement this?
Most Popular Articles
- what is asp .net+?
- What are the new server controls added in latest version of asp.net
- How do I Start Learning Dot Net and What is the Best Book to Follow
- How to display emoticons in an e-mail message using ASP.NET
- What is the difference between the .aspx page and .aspx.vb/cs page
<< Implementing Ajax Control Toolkit in ASP.NET 3.5
COMMENT