I am trying to pass a session between frames but the side page never carries the session to the content page. However the content page doesn't lose it's session if directed to from elsewhere. Can sessions be transferred between frames? Any help would be appreciated.
Damon Doran
Try starting the session in the frameset. Then when the browser requests the contents of each of the frames, it'll have the session ID it needs to pass back to the server along with those requests.