This is about 90% of what I want. One of the features I want to put into my session manager is the ability to only have one open session per user. What I would like is to have a createSession method that takes in user and host. This way I could be relatively sure that the user could only have one session at a time. The way the API looks is I have no way of passing this information into the createSession method. Is this true? Or do I have to extend some of the low-level tomcat code in order to make this work?
TIA for any help you can provide. On 9/29/05, Leon Rosenberg <[EMAIL PROTECTED]> wrote: > check this out: > > http://www.niallp.pwp.blueyonder.co.uk/TomcatBug36541.html > > The link itself handles a bug, but one of the solutions is to replace > the std. manager with custom manager with all info you need to > actually do this. I thin kthis fits your question. > > regards > leon > > On 9/29/05, Mark <[EMAIL PROTECTED]> wrote: > > After using tomcat since the 3.x days, I have been very impressed with > > the amount of flexibility and configuration options that I have > > available to me. > > > > One part of the tomcat design that I do not believe is very flexible > > is the ability to set up a custom session manager. So maybe I am > > missing something, but how would I go about writing this for tomcat? > > I know I am being very vague, but how much work am I potentially > > signing myself up for here if I wanted to create a custom session > > manager? > > > > > > Thank you. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
