Re: Want to customise the tomcat's session logic

2009-11-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 11/9/2009 9:55 PM, André Warnier wrote: Christopher Schultz wrote: I wish you'd tell us what the heck you're trying to do because I'm certain there's an easier way to do it. Like maybe just add an attribute to the session, containing

Re: Want to customise the tomcat's session logic

2009-11-09 Thread Martin Choma
Ok, i think i see what you mean. As far as I know there is no quickwin for that. Web application suffer with this disease - that mean sharing session over tabs. You have got three choices to deal with that. A) You dont mind :) B) You will prevent to work in multitabs over one session C) You choose

Re: Want to customise the tomcat's session logic

2009-11-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Arvind, On 11/7/2009 11:35 PM, S Arvind wrote: is it possible to provide costume sessionid while creating session.? so that different time when session needs to be created i can create new sessionid and store it in cookie. No, you can't customize

RE: Want to customise the tomcat's session logic

2009-11-09 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Want to customise the tomcat's session logic No, you can't customize the session id Well, you can, sort of. The StandardManager can be configured to use a specific algorithm for the message digest calculation

Re: Want to customise the tomcat's session logic

2009-11-09 Thread André Warnier
Christopher Schultz wrote: I wish you'd tell us what the heck you're trying to do because I'm certain there's an easier way to do it. Like maybe just add an attribute to the session, containing the path where the session was begat ? (if I remember the original exposé correctly)

Re: Want to customise the tomcat's session logic

2009-11-07 Thread S Arvind
To my knowledge, there is no path attribute in the session. Are you proposing that you add one? deploy one app in tomcat by having context xml in catalinadomainxxx.xml . When you access this app check the session u will find the path attribute with xxx in it. So... do you mean that you want to

RE: Want to customise the tomcat's session logic

2009-11-07 Thread Caldarale, Charles R
From: S Arvind [mailto:arvindw...@gmail.com] Subject: Re: Want to customise the tomcat's session logic deploy one app in tomcat by having context xml in catalinadomainxxx.xml . When you access this app check the session u will find the path attribute with xxx in it. You're confusing

Re: Want to customise the tomcat's session logic

2009-11-07 Thread S Arvind
On Sun, Nov 8, 2009 at 5:15 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: S Arvind [mailto:arvindw...@gmail.com] Subject: Re: Want to customise the tomcat's session logic deploy one app in tomcat by having context xml in catalinadomainxxx.xml . When you access

Re: Want to customise the tomcat's session logic

2009-11-05 Thread Sam Gendler
On Mon, Nov 2, 2009 at 5:03 AM, Pid p...@pidster.com wrote: On 02/11/2009 10:06, S Arvind wrote: Hi Tomcat developers, Bascially my requirement is ability to control the session sharing in browser. Till now we maintained each application as differnet context but pointing to same

Re: Want to customise the tomcat's session logic

2009-11-02 Thread Pid
On 02/11/2009 10:06, S Arvind wrote: Hi Tomcat developers, Bascially my requirement is ability to control the session sharing in browser. Till now we maintained each application as differnet context but pointing to same doc-base. So different web application will be running on a