From: Chris Morris Date: 2002-09-19T07:41:26+09:00 Subject: Re: Semi-OT: Web issues > > >
action="http://crunch.cafepress.com/uploadimage.aspx"> aspx is ASP.NET -- I'm a little familiar with it. It's possible you stripped out some of the html that communicates your session information back to the server. ASP.NET pages can be setup to automagically handle a lot of session state for you, it does this by embedding some session identifying stuff in the html. Chris