Monday, March 26, 2012

Pass values between 2 asp.net applications

I have two asp.net web applications.
The 1st appn has a login page and the other appln has other pages.
When the user logs from 1st appln, i want to pass the username to be passed to the other application.
I do not want to pass through query string.
Is there other way out. Please help!!!!!!!!!

SaifIs there a reason why they are in seperate apps?

However, to solve the problem you could try using a Cookie.

0 comments:

Post a Comment