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.