I having a strange problem with XSP, these are my results so far.

O/S RedHat Linux 7.3
Apache 1.3.26
Mod_Perl 1.27
AxKit 1.6

I have a conditional which is based on the outcome of a subroutine like
so:

if ( ...... ) {
  # foo
} elsif (checkit()) {
  # bar
} else {
  # foobar
}

The problem is the checkit() subroutine doesn't get called sometimes.
If I call the page twice in a row, it doesn't get called the second
time, if I call the page, then add as much as a single space anywhere in
the page, and call it again it works, if I call the page, wait a minute
or two, then call it again it works.

I though about caching so I added 

AxNoCache On

but it's still doing it, any ideas?

Thanks
Nigel



ITM Business Solutions
Unit 4
Nine Trees Trading Estate
Morthen Road
Rotherham
S66 9JG

Reception
Tel: 01709 703288
Fax: 01709 701549

Help Desk
Tel:01709 530424
Fax: 01709 702159

CONFIDENTIALITY NOTICE: This message is intended only for the use of
the individual or entity to which it is addressed, and may contain
information that is privileged, confidential and exempt from disclosure
under applicable law.



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

Reply via email to