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 cookie-append-server-index/ is set.

That will create a cookie like aX.0 vs bX.1.

-- Scott
 Is this supported?  Thanks!

 Dan


 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest

   



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


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 f...@caucho.com wrote:
 Resin will append the server index if cookie-append-server-index/ 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


___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


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 f...@caucho.com wrote:
   
 Resin will append the server index if cookie-append-server-index/ 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 server's index. So the only way you can control it 
is by changing the server order.

-- Scott
 Thanks!

 Dan


 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest

   



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


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@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest