I have two aspx pages in two different web projects.
From one aspx I want to redirect to the other web page, passing session variables.
The second aspx does not recieve the variables, they are equal to null.

When doing the above in the same web project (both pages in the same project) it works.

What am I doing wrong?