Cyril Hansen wrote:
> 
> Hi all,
> 
> I am new to Apache-ASP and I have the following (really strange) problem :
> 
> My web app has a menu on the side of every page.  After some use, the
> links seem to stop working :
> All the link display the same dynamic page. And this make the app
> completely unusable.
> 
> This does not seem to be a web client problem : Each page has a
> different URL and I can see the good URL in Apache access logs.
> 

Another thing, in case this is an error in the code ... make sure
your application is running under

  PerlSetVar UseStrict 1

and that you are not doing other things that can cause problems,
like defining subs in ASP scripts, both of these which can lead 
to odd variable persistence issues in mod_perl programming.

--Josh
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to