Sharing session objects across the projects

From: Rahul (rahulkansara_at_hotmail.com)
Date: 10/18/05


Date: 18 Oct 2005 04:26:42 -0700

Hi,

I have a solution which consists of two web projects. I am calling a
web page in project2 from project1. Before calling a web page from
project2 I set some value in session from a web page in project1. Later
on web page in project2 I tru to acces the value i stored in the
session but am not able to do so. Pls let me know how can I do this?

Thanks in advance