[thelist] New Session Failed

Robert Gormley robert at pennyonthesidewalk.com
Wed Apr 20 02:54:08 CDT 2005


Michele Foster (WizarDev) wrote:

>I'm working on some code locally, IIS (under Win2K), Access database, with
>ASP.  Browser:  IE6
>"HTTP/1.1 New Session Failed".  I am using cookies for this application, and
>tried to go to the logout page which resets the cookies, but that had no
>effect.
>
>Without resorting to rebooting the computer, does anyone know how to correct
>this .. allow me to have a new session?  Of course, if I stopped writing
>infinite loops, I wouldn't be having this problem.  :)   Any way I can just
>restart IIS or something of that nature?  Rebooting takes way too long.
>
>I think I have more problems, as I'm getting out of Virtual memory errors ..
>when barely anything is open.  I don't think the problems are related... but
>who knows.  Might be about time for a reinstall of Win2k  :(
>  
>
point 1: from the command prompt:
* 'net stop iisadmin'
* 'net start w3svc'

Should restart IIS.

Point 2... Virtual memory - try setting a custom page file for 2 1/2
times your physical memory, and setting the initial and maximum allowed
both to this amount.

Rob



More information about the thelist mailing list