Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Session State in .NET


Message #1 by "Harish" <harish@h...> on Mon, 10 Jun 2002 11:54:08 -0500
Hi,

Can we maintain session state across multiple virtual directories?

I have a centralized web application which verifies user logins and displays
all applications they can access as URLs. Each URL is an independent web
application. I thought I could create 'n' number of virtual directories
inside the centralized web application. But when I do this the session data
is not being passed to the child application. So, is there a way so I can
pass session information from parent web application to a child application?

Thanks.

Harish.


  Return to Index