Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

session state between 2 projects

  Asked By: Geeske    Date: Jul 04    Category: Asp.net    Views: 610
  

Anyone know how can i share session state between 2 projects of my solution?

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Kelly Bell     Answered On: Jul 04

Is it pair-by-pair or just app-by-app? In second one you could make it via
database, in the first one also, but would require a lot more time to make it
ok.

This is the first way that comes to my mind.

 
Answer #2    Answered By: Angel Harris     Answered On: Jul 04

Are they separate WebApps in IIS? If so, you cannot. This is because the
two projects  have their own appdomains.

 
Didn't find what you were looking for? Find more on session state between 2 projects Or get search suggestion and latest updates.




Tagged: