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 aXXXXX.0 vs bXXXXX.1. -- Scott > Is this supported? Thanks! > > Dan > > > _______________________________________________ > resin-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest > > _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
