You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Okubo, Yasushi (TSD)" <Ya...@takedasd.com> on 2010/07/13 22:58:20 UTC

RE: question for sso session replication in tomcat 6.0.26


-----Original Message-----
From: Pid [mailto:pid@pidster.com] 
Sent: Friday, June 25, 2010 4:29 AM
To: Tomcat Users List
Subject: Re: question for sso session replication in tomcat 6.0.26

On 24/06/2010 21:49, Okubo, Yasushi (TSD) wrote:
> My bad.
> 
> I added *.jsp to the filter since it contains the path to index page
as
> follows.  Now, I am wondering when sso session id is created and
> replicated, is it when index.jsp was accessed or login.jsp was
accessed?
> 
> You had added it and have now removed it?

> The normal session id is created when you access a JSP for the first
> time, unless you have specifically configured JSPs to not create a
> session.  A session can also be created manually by a Filter or a
Servlet.

> The SSO session is created when the container login process completes
> authentication successfully.

> I'm not entirely clear on when SSO replication occurs - presumably
only
> when there's a change like session invalidation or creation.


> p

Hi Pid

I tested with the latest v6.0.28, and sso session identifier propagation
has been fixed.  

https://issues.apache.org/bugzilla/show_bug.cgi?id=49445

Thanks,



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: question for sso session replication in tomcat 6.0.26

Posted by Pid <pi...@pidster.com>.
On 13/07/2010 21:58, Okubo, Yasushi (TSD) wrote:
> 
> 
> -----Original Message-----
> From: Pid [mailto:pid@pidster.com] 
> Sent: Friday, June 25, 2010 4:29 AM
> To: Tomcat Users List
> Subject: Re: question for sso session replication in tomcat 6.0.26
> 
> On 24/06/2010 21:49, Okubo, Yasushi (TSD) wrote:
>> My bad.
>>
>> I added *.jsp to the filter since it contains the path to index page
> as
>> follows.  Now, I am wondering when sso session id is created and
>> replicated, is it when index.jsp was accessed or login.jsp was
> accessed?
>>
>> You had added it and have now removed it?
> 
>> The normal session id is created when you access a JSP for the first
>> time, unless you have specifically configured JSPs to not create a
>> session.  A session can also be created manually by a Filter or a
> Servlet.
> 
>> The SSO session is created when the container login process completes
>> authentication successfully.
> 
>> I'm not entirely clear on when SSO replication occurs - presumably
> only
>> when there's a change like session invalidation or creation.
> 
> 
>> p
> 
> Hi Pid
> 
> I tested with the latest v6.0.28, and sso session identifier propagation
> has been fixed.  
> 
> https://issues.apache.org/bugzilla/show_bug.cgi?id=49445

Great, pleased it's working for you now.


p