|
I think it's because the virtual directory is set up as a different application to the one you're redirecting from. Since session data is stored on a per-application basis, you can't access one application's session data from another one.
Try setting the Application Name of the virtual directory in IIS to the same as the one you're calling from (That is, if they are both logically the same application) and restart IIS.
Otherwise, find some other way of transfering the data (Query string, post data, cookie...)
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"
Please login or register to view this content. Registration is FREE | Please login or register to view this content. Registration is FREE
|