Re: [Resin-interest] TraversableResolver.isReachable() and UnsupportedOperationException in Resin 4.0.6

2010-05-14 Thread Scott Ferguson
Kaj Hejer wrote: > On 13. mai 2010, at 18.24, Scott Ferguson wrote: > > >> Thanks! That's definitely a Resin bug. >> >> http://bugs.caucho.com/view.php?id=4038 >> > > > Thank you! ;-) Great news! > > This issue has been giving me headache for a few days now! > > Is there any hope for gett

[Resin-interest] Is there any way to append a constant value to the session id?

2010-05-14 Thread Dan Shryock
I would like to have each session id have a constant value appended as a suffix. Something along the lines of sessionid.servername is what I am looking for. Is this supported? Thanks! Dan ___ resin-interest mailing list resin-interest@caucho.com htt

Re: [Resin-interest] Is there any way to append a constant value to the session id?

2010-05-14 Thread Scott Ferguson
Dan Shryock wrote: > I would like to have each session id have a constant value appended as a > suffix. > > Something along the lines of sessionid.servername is what I am looking for. > Resin will append the server index if is set. That will create a cookie like aX.0 vs bX.1. -- Sco

Re: [Resin-interest] Is there any way to append a constant value to the session id?

2010-05-14 Thread Dan Shryock
On Fri, May 14, 2010 at 11:54 AM, Scott Ferguson wrote: > Resin will append the server index if is set. > > That will create a cookie like aX.0 vs bX.1. Is there any way that I can control what that index value will be? Thanks! Dan ___ resi

Re: [Resin-interest] Is there any way to append a constant value to the session id?

2010-05-14 Thread Scott Ferguson
Dan Shryock wrote: > On Fri, May 14, 2010 at 11:54 AM, Scott Ferguson wrote: > >> Resin will append the server index if is set. >> >> That will create a cookie like aX.0 vs bX.1. >> > > Is there any way that I can control what that index value will be? > No, it's always the ser

Re: [Resin-interest] Is there any way to append a constant value to the session id?

2010-05-14 Thread Dan Shryock
>> Is there any way that I can control what that index value will be? >> > No, it's always the server's index. So the only way you can control it > is by changing the server order. > Ok, thanks! Dan ___ resin-interest mailing list resin-interest@cauch