I've run into this problem in IE4 as well.  One thing to do is to check in
IE4 under View/Internet options.../Advanced.  Check to see if the "Browse in a
new process" box is checked.  If it is, then uncheck it.  That worked for
me.  The question is:  is there some code that can be written to uncheck the
box if it's checked in a user's ie4 browser?  If you figure that out,
let me know.

On Tue, 17 Aug 1999 09:53:28 -0700, Jean-Michel Leon <[EMAIL PROTECTED]> wrote:

>Manomohan K Kalathil wrote:
>>
>> Hello
>>
>>         I am having a problem which seems to be threatening the density of
>> hair on my head .
>>         I have an application in which the user logs in and all details of
>> the user is stored in an object , say , "UserData". This is stored into
>> the session . Whenever a page is called , ie jsp , servlet ; I check for
>> the existance of this "UserData" object to see whether the user has logged
>> in & also to use the data available in the object
>>         I have a link on my main page which pops up in a new window using
>> Javascript ; a page that is a jsp , lets say SendFeedBack.jsp . The
>> problem is that I don't want this to be cached on the browser,because
>> each page has data unique to that instance.
>> The simplest solution was to set the response header ie
>> response.setHeader("Expires","-1");
>>         This brings up something crazy ; The "UserData" that I set in the
>> session is not visible in this page . ANy ideas why this happens
>
>
>could be a client issue: are you by any chance using IE4 ?
>
>
>jm.
>
> ==========================================================================
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff JSP-INTEREST".  For general help, send email to
>[EMAIL PROTECTED] and include in the body of the message "help".
>For JSP FAQ, http://www.esperanto.org.nz/jsp/jspfaq.html

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
For JSP FAQ, http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to