Aaron,
I have tried with Mozilla. It just works fine. It's only IE and
Konqeror. I add a bunch of print statements to check the cookies being
received and sent and it seems that after my sub window calls
window.close it seems the next page I access just doesn't have any
cookies being sent. I put something like "print
trans.request().cookies()" into awake in my SecurePage.
Jeff
On Tue, Mar 25, 2003 at 09:51:08AM -0500, Aaron Held wrote:
> I would recommend that you first test with Mozilla or some browser that=
=20
> lets you monitor cookies. (From Mz click Tools -> cookie manager ->=20
> manage cookies).
> First of all make sure that you indeed blocking the cookies.=20
>=20
> Next dump the session contents for each page and try to find where the=20
> session is being lost.
>=20
> -Aaron
>=20
>=20
> Jeffrey Clement wrote:
>=20
> >Good Morning,
> >
> >I've been working with webware 0.8 and have an app that is using a
> >variant on the Securepage used in the Examples. On one of these
> >secure pages I have a button which through some horrible javascript,
> >pops up another Window for some dataentry. Both of these forms are
> >subclassed from my SecurePage. So as a user I can login to the mainpage
> >and it all works fine. Then I click the button, enter stuff and it all
> >works fine. But then it seems to be clearing my cookies (including
> >session ID) which is logging me out.
> >
> >It's to the point that it very consistent. I have page 1:
> >http://.../UserMonitor
> >click the button which just opens next page in a window
> >http://.../UserSetProxy
> >enter some stuff in the setProxy window. Hit submit which sends to
> >UserSetProxy for storage and then has a JS window.close().
> >Now if I refresh UserMonitor it nolonger has any cookies and so it
> >starts a new session.
> >
> >I am certain I have no code that should be invalidating the session and
> >the timeout is defaults (15min).
> >
> >Does anyone have any idea what could cause this. The hostname in the
> >URL is staying the same,both servlets are in the same path. I can't see
> >why the browser is forgetting these. It works fine in Mozilla and IE<6
> >but IE6 and Konqi both have this problem.
> >
> >Thank you,
> >Jeff
> >
> >=20
> >
>=20
>=20
--=20
Jeffrey Clement=20
Website : http://jclement.ca
GPG key : 0x6F087FB9 / wwwkeys.pgp.net
GPG fingerprint : 2956 42A8 ED8A 91F4 8CE0 A5DF 5293 8E10 6F08 7FB9
|