Re: creation of a common session variable.

2007-09-21 Thread Dale Nesbitt
tional burden > on Tomcat webserver?? I mean performance wise? > -- > Pavan S. Kumar > > On 9/20/07, David Smith <[EMAIL PROTECTED]> wrote: >> Another possibility is to store it in the ServletContext (ie application >> scope) if it's just used on one webapp. &g

Re: creation of a common session variable.

2007-09-20 Thread Dale Nesbitt
e session updates the value in the data structure, then > it should either updated in all the sessions / in the common data structure. > Is there an approach i can go with? > -- > Pavan S. Kumar > - -- Dale Nesbitt -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32) C

Re: Session uniqueness

2007-09-20 Thread Dale Nesbitt
users out when their session either get invalidated (normal logout), or expire (timed logout). If you can think of a smarter way, I'm all ears/eyes. Thanks, Dale. Christopher Schultz wrote: > Dale Nesbitt wrote: >> Is there a way to enforce that a given username can only

Session uniqueness

2007-09-19 Thread Dale Nesbitt
Is there a way to enforce that a given username can only have one valid session at a time? -- Dale Nesbitt - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional