Scott - thanks for the explanation of the difference in Refresh; I
didn't realize that.

I would love to learn a lot more about caching and expiring content with
headers; I've read what's in the Tango documentation but that's not
enough info to help much if ya don't have the background knowledge.  Any
suggestions  for further reading?

Thanks.     j

> -----Original Message-----
> From: Scott Cadillac [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, February 06, 2003 5:52 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Witango-Talk: User Woes
> 
> 
> Hi Jamileh,
> 
> Here's a tip that is usually helpful:
> 
> In most versions of MSIE, using the "Refresh" button from the 
> toolbar triggers MSIE to reload the latest 'cached' content 
> from the "Temporary Internet Files" folder on the user's 
> computer. Typically MSIE will determine cache rules on it's 
> own and usually errors on the side of caution and cache 
> things longer than usual.
> 
> But....if you right-click on your page and choose "Refresh" 
> from the popup context menu, it will usually override this 
> and get the latest content (that has not expired yet) from 
> your LAN proxy cache (if you have one). I find this a bit 
> more helpful, because most proxies will expire content when 
> they are supposed to.
> 
> Learning everything you can about expiring your TAF output 
> via the Local$httpHeader is very important with dynamic applications.
> 
> 
> As for your CSV thing, try putting the <@assign 
> name="httpHeader" .....> tag on the very first line of the 
> last Results Window in your TAF - and on the same line put 
> <@PURGERESULTS> and your CSV output variable afterwards. This 
> will eliminate any garbage spaces and such.
> 
> Oh, and turn debugging off in the file.
> 
> Hope this helps. Cheers.....
> 
> 
> ----- Original Message -----
> From: "Wilcox, Jamileh" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, February 06, 2003 3:37 PM
> Subject: RE: Witango-Talk: User Woes
> 
> 
> Phil  -  would having him hit Refresh in his browser do the 
> same thing? (That would be easier over the phone than 
> changing IE settings).
> 
> On the csv problem, in the WriteFile.taf, I'm doing this:
> 
> <@assign name="httpHeader" scope="local" value="Content-Type: <@var
> local$filetype><@crlf>Content-Disposition: attachment; 
> filename=<@dq><@var 
> local$IncomingRFName><@dq><@crlf><@userreferencecookie><@crlf>">
> 
> 
> Thank you!!
> 
> 
> > -----Original Message-----
> > From: Phil Wade [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, February 06, 2003 4:23 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Witango-Talk: User Woes
> >
> >
> > Jamileh,
> > Try turning the cache in IE to check for changes "every 
> visit to the 
> > page". This is in the settings of "Temporary Internet files".  IE 
> > defaults to automatic, but it has been my experience that 
> with highly 
> > dynamic sites, IE does not always see changes to pages 
> immediately if 
> > set to automatic.  Your system may be logging him on and 
> the browser 
> > is returning the error that is now cached in his browser.  You can 
> > also control this on the server by expiring the content faster.
> >
> > With your csv issue, are you modifying the http header?
> >
> > Phil
> >
> > On 7/2/03 9:12 AM, "Wilcox, Jamileh" 
> <[EMAIL PROTECTED]> wrote:
> >
> > > Another oddball case (it's one of THOSE days).
> > >
> > > I've got a user (PC technician) who swears he gets an
> > "invalid login"
> > > message when he puts his username into this application,
> > even at the
> > > 'forgot password' prompt.  I can put in his username and
> > password and
> > > get logged in just fine; the app mailed him a new password when I 
> > > tried the 'forgot password' with his username.
> > >
> > > He also swears that he's cutting and pasting the username & reset 
> > > password directly from the email, which is what I'm doing.
> > Of course,
> > > he was typing the info in when I was on the phone with him.
> > >
> > > I've been on the phone with him, and he's been very helpful.  He 
> > > thinks maybe it's named pipes in SQL, or cookies in his 
> browser, or 
> > > because the browser is sending his username as a token to
> > the server,
> > > or ... (he's learning Cold Fusion, can you tell?)
> > >
> > > Can anyone think of *any* possibility that I should check
> > before I go
> > > across campus to his office and cut & paste the %#$^~! fields in 
> > > myself? I'm not very familiar with the logs, but I don't
> > see anything
> > > in them that would even touch on this.
> > >
> > > Thanks.     j
> > >
> > >
> > 
> ______________________________________________________________________
> > > __
> > > TO UNSUBSCRIBE: send a plain text/US ASCII email to
> > [EMAIL PROTECTED]
> > >               with unsubscribe witango-talk in the message body
> >
> > ______________________________________________________________
> > __________
> > TO UNSUBSCRIBE: send a plain text/US ASCII email to 
> > [EMAIL PROTECTED]
> >                 with unsubscribe witango-talk in the message body
> >
> 
> ______________________________________________________________
> __________
> TO UNSUBSCRIBE: send a plain text/US ASCII email to 
> [EMAIL PROTECTED]
>                 with unsubscribe witango-talk in the message body
> 
> ______________________________________________________________
> __________
> TO UNSUBSCRIBE: send a plain text/US ASCII email to 
> [EMAIL PROTECTED]
>                 with unsubscribe witango-talk in the message body
> 

________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to