problem with sesion state through navigation
I have a solution that consists of various projects (some in VB and some in C#). All the sub-project folders are in the root project in the IIS. They all use one Global.asax (in the root). Anyway the problem is when I redirect to a page of a different project I lose my session variables. Any reason why??? I appreciate any suggestions.