Re: Split Thread with 2 browsers

2002-02-07 Thread Oto Buchta
Dne t 13. prosinec 2001 15:18 Alistair Hopkins napsal(a): IE specific: If you open a new window of IE from the old one (hyperlink, FILE NEW WINDOW) then it shares session cookies If you open a new IE session by command from the OS (Start menu, desktop shortcut) it doesn't share them.

Re: AW: Get active Sessions from webapp

2002-01-16 Thread Oto Buchta
Dne st 16. leden 2002 07:24 Lauer, Oliver napsal(a): Have a look at Craig's answer: In a servlet 2.3 environment (Tomcat 4), you can accomplish your goal without getting into the innards of the container. Simple create and register an HttpSessionListener, which will be notified every time a

How to receive Session Manager from servlet?

2002-01-15 Thread Oto Buchta
Hi, I'm revriting the application from the JSDK2.0 to current Tomcat and I found a very big problem - HttpSessionContext.getIds() is deprecated. It's clear why, but it brings a critical problem for me. I've found (in tomcat javadoc), that the

SOLVED: Re: Sharing sessions - URGENT

2001-12-17 Thread Oto Buchta
Dne t 29. listopad 2001 10:17 James Chuang napsal(a): In my setup, I have Apache listening on port 80 and 443, with the request intercept that directs all tomcat requests to the same Tomcat 3.2 instance. So there is no "sharing" of session at all, just one Tomcat instance serving up both

Tomcat 4.0.1 SessionManager

2001-12-14 Thread Oto Buchta
I'm trying to use SessionManager for swapping sessions. It seem work, but only for the time when the active session is swapped. All objects stored in session are serializable and serialization doesn't throw any exception (I've added logging messages around them). After swapping of the nonactive

Sharing sessions - URGENT

2001-11-29 Thread Oto Buchta
Once again, Can somebody teel me, if is it posiible to share sessions between SSL and noncrypted parts of the web? I'm using Tomcat 4.0 running on ports 80 (public) and 443 (SSL). Thanks very much for any answer (flames are permitted:-) ) -- Oto 'tapik' Buchta, [EMAIL PROTECTED] -- To

How to share (or refresh) the session

2001-11-26 Thread Oto Buchta
Hi, I'm using the Tomcat 4.0 and I would like to know how can I share session between SSL part of web site and nonencrypted part of thesame one. If it isnot possible, my second question is how to refresh user's session without any user's hit. Why? I would like to use the SSL connection only in

Disabling cookies for session by Tomcat

2001-11-26 Thread Oto Buchta
Is it possible to disable usage of cookies by the Tomcat 4.0? I have to share sessions bettween host.domain:80 and host.domain:443 (for SSL) and cookies are host and port specific. Thanks, -- Oto 'tapik' Buchta -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: