If the session ID is being stored with session cookies in the browser then
you may get problems if a new window is opened. There is a setting "Launch
browser windows in a new process" that affects the session cookies. Also
the security settings include an option to disable session cookies.

If this is the source of your problem you may be able to work around it by
using request cookies (with a short expiry period) or with URL rewriting.

HTH

Luan

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "JBoss-User" <[EMAIL PROTECTED]>
Sent: Wednesday, March 14, 2001 4:39 PM
Subject: [jBoss-User] IE v 5.50.4522.1800 - Session scope errors (jsp)


> Greetings!  We have just determined that this release of Internet Exploder
> has problems when
> used with JSP pages using Session scoping.  JBoss throws an exception
> indicating that the transaction
> was entered using a different session context.
>
> When we change the scope to Request, things work just fine, but we have to
> have Session scoping
> to maintain some data for the session.
>
> Anyone have ideas on why the problem in the first place?  This version of
> IE uses 128-bit encryption,
> which probably isn't a problem (because Netscrape at 128-bit encryption
> works fine), but might that be
> a problem?
>
> This isn't a JBoss issue because we can see it happen on Weblogic as well.
>  Just wanted to pass the
> info along and see if anyone out there could explain it.
>
> Robert
>
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
>
>



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]

Reply via email to