----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Mahesh Naik Message 9 in Discussion The reason for it not working is that the session variables are created for both these Virtual directories and are mutually exclusive to each other. If you take a look at the example which Sumit has given you will see that the session variables are specific to an Application (Virtual Directory) and do not depend on the language in which the pages are written as they run in the same process as the application in which they are invoked. Solution : If you want to access the session variables from the different pages (C# & VB.Net). You will have to integrate the projects now and create a single Virtual Directory. This would solve the prb. Let me know this works. Mahesh Naik ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDotNet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
