Re: Session ids (netscape)

2001-02-07 Thread Peter Alfors
Sorry to keep this post going on, and on, and on... But I am still pretty confused. I am attempting to disable the cookies on the server side by using the "noCookies" attribute in the RequestInterceptor as follows: RequestInterceptor

Re: Session ids (netscape)

2001-02-07 Thread Craig R. McClanahan
Peter Alfors wrote: Sorry to keep this post going on, and on, and on... But I am still pretty confused. I am attempting to disable the cookies on the server side by using the "noCookies" attribute in the RequestInterceptor as follows: RequestInterceptor

Re: Session ids (netscape)

2001-02-07 Thread Peter Alfors
"Craig R. McClanahan" wrote: The safe solution (and the only solution if you cannot control whether the user uses cookies or not) is to program your app to deal with the "two windows / one session" problem. One approach to this would be to embed a hidden variable in each form that is

Session ids (netscape)

2001-02-06 Thread Peter Alfors
Hello all, I originally posted a question about session ids on the struts-user list, but then realized that this is a better question for this list. Thanks for all the info about session ids (craig, gary, steven, etc). I hate to beat a dead horse, but I have ANOTHER question on session

Re: Session ids (netscape)

2001-02-06 Thread Jim Crossley
Hi Peter, Unfortunately, there's no foolproof way to do what you're trying to do. The limitation is imposed on the client-side. Your success depends on how much control you have over your users, i.e. it becomes a training issue. A good description of the issues involved is on page 134 of Hans

RE: Session ids (netscape)

2001-02-06 Thread CPC Livelink Admin
Yep, since it has no JSessionID on the url, it must (by definition) be without a session, so Tomcat creates one for it. -Original Message- From: Peter Alfors [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 4:51 PM To: [EMAIL PROTECTED] Subject: Re: Session ids (netscape

Re: Session ids (netscape)

2001-02-06 Thread Kurt Bernhard Pruenner
Peter Alfors wrote: When I run this, the session id's are still the same for two separate instances of netscape 4.7. (both instances started from the desktop). What am I missing to force the session id's to be different? I assume from your headers that you're using windows - at least in