System.Web.SessionState

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have two web folders that talk to one-another.

1. An ASPX site under control of VS 2003

2. An HTML/ASP site under control of FrontPage 2003

A user signs-onto site #2 sets some Session State variables and
does a Request.Redirect to site #1. But site #1's session state
variable of the same name is blank.

I would like them to share sessions. Is there a way to do that?

Thanks,

Dave.
 
Back
Top