Your browsers shared the session which is what the session id being the 
same suggests.  Use two physicly separate computers (KVM switch ok) to 
do the same test to be absolutely sure that this is still happening (it 
won't :)

d.

randie ursal wrote:
> hi,
> 
>  could somebody explain to me what possibly went wrong about my 
> application.
> 
>  what i did was, i set the maxInactiveIinterval time for 30 secs. on my 
> servlet then i added
>  to my HttpSession object  an object that implements 
> HttpSessionBindingListener so that i can
>  keep track and see what happen when session expires. this scenario 
> works fine, my session
>  was invalidated after session timeout and the sessionlistener was 
> notified.
> 
>  my problem is when i access my web application by using two browsers 
> and let the
>  1st browser remain idle until session expires.  the 2nd browser session 
> also expires
>  when 1st browser session expires
>   i can say this because it put a trace line on valueUnbound of the 
> sessionlistener object
>  and two session id were displayed this was the session of both browser.
> 
>  what went wrong with this?
> 
>  i'm using Tomcat 4.0
> 
> thanks a lot
> randie
> 
> 
> 
> -- 
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 
> 
> 

-- 
David Mossakowski              [EMAIL PROTECTED]
Instinet Corporation                 212.310.7275



*******************************************************************************
<<Disclaimer>>

This message is intended only for the use of the Addressee and 
may contain information that is PRIVILEGED and/or
CONFIDENTIAL or both.

This email is intended only for the personal and confidential use
of the recipient(s) named above.

If the reader of this email is not an intended recipient, you have
received this email in error and any review, dissemination,
distribution or copying is strictly prohibited.

If you have received this email in error, please notify the sender
immediately by return mail and permanently deleting the copy
you received.

Thank you.

*******************************************************************************


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to