Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WWC and header
Message
De
05/03/2001 22:34:50
 
 
À
05/03/2001 19:18:03
Information générale
Forum:
Visual FoxPro
Catégorie:
West Wind Web Connection
Titre:
Divers
Thread ID:
00482023
Message ID:
00482098
Vues:
12
>As for what you said, if I would send two headers, that means the current transaction will be shown as is. However, all other transactions should be ok as the header is reset at each transaction.

I don't think it's a problem of headers getting saved from transaction to transaction, because everyone gets their own cookie information, and not somebody else's. From the garbage I've seen, it looks like just the cookies are being displayed right? You are building your cookies and then calling Redirect. Redirect _should_ clear out the cookie data (it calls Response::Clear), but perhaps for some reason the output is not getting cleared before the redirect header is inserted. I suppose this would explain the output we get. You might try calling Response.Clear yourself before calling the Redirect method, or to be really brute, set Response.cOutput to nothing manually just to see if that makes a difference.

What's so annoying about this is that it occurs seemingly randomly, and so might be _very_ difficult to trace down...
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform