Re: Running the asp demo example files

2005-10-24 Thread Warren Young
Andrew Yu wrote: For the httpd.conf file I added these settings to the bottom of the httpd.conf file I don't see that you changed the DirectoryIndex directive. Are you certain that mod_perl is working? Can you try a simple "Hello, world!" type program to prove it? -

Re: Running the asp demo example files

2005-10-24 Thread Philip_Pereira
Hey all, Is it possible to complete a cookieless Redirect, but still holding the current SessionID? from my global.asa file, I run this command from a sub: $Response->Redirect( $Server->URL('test.asp', { err => 2 }) ); I call the sub at the start of an asp page What seems to be the problem is