Re: How should i proceed with

2002-11-29 Thread Christian Bollmeyer
- Original Message - From: "Dror Matalon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 29, 2002 7:16 AM Subject: Re: How should i proceed with Hi, -- CLIP > > 1. IsUserInRole() is about authorization, so that won't solve > >

Re: How should i proceed with

2002-11-28 Thread Dror Matalon
database, Postgres, to be quite a bit more solid than Tomcat. YMMV. > HTH, > > -- Chris (SCPJ2) > > > > -Original Message- > > From: A mailing list about Java Server Pages specification > > and reference [mailto:[EMAIL PROTECTED]] On Behalf Of > > Dror Ma

Re: How should i proceed with

2002-11-28 Thread V.T.R.Ravi Kumar
26121 - - Original Message - From: "Christian Bollmeyer (GMX)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 29, 2002 3:27 AM Subject: Re: How should i proceed with > Well... > > if I mo

Re: How should i proceed with (can I...

2002-11-28 Thread V.T.R.Ravi Kumar
eout > happened. Two approaches are possible: you can > either check periodically or get informed. If your > Java server implements the current specification > (Servlet 2.3/JSP 1.2), you can easily intercept > this event via an HttpSessionListener instance. > > HTH, > > -- Chris (SC

Re: How should i proceed with

2002-11-28 Thread Christian Bollmeyer (GMX)
Pages specification > and reference [mailto:[EMAIL PROTECTED]] On Behalf Of > Dror Matalon > Sent: Thursday, November 28, 2002 8:36 PM > To: [EMAIL PROTECTED] > Subject: Re: How should i proceed with > > > At this point you would be replicating a lot of the

Re: How should i proceed with

2002-11-28 Thread Dror Matalon
; > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]] On Behalf Of Kesavanarayanan, Ramesh > (Cognizant) > Sent: 28 November 2002 06:18 > To: [EMAIL PROTECTED] > Subject: Re: How should i proceed

Re: How should i proceed with

2002-11-28 Thread Kesavanarayanan, Ramesh (Cognizant)
, 2002 4:42 PM To: [EMAIL PROTECTED] Subject: Re: How should i proceed with A small concern with this is if the user's network connection dies, or the user closes his browser without properly logging off. To circumvent this you should have a method which is called whenever the session time&

Re: How should i proceed with

2002-11-28 Thread Peter Dolukhanov
in the DB. Regards, Peter -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]] On Behalf Of Kesavanarayanan, Ramesh (Cognizant) Sent: 28 November 2002 06:18 To: [EMAIL PROTECTED] Subject: Re: How should i proceed with you

Re: How should i proceed with

2002-11-27 Thread Kesavanarayanan, Ramesh (Cognizant)
] -Original Message- From: V.T.R.Ravi Kumar [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 28, 2002 10:17 AM To: [EMAIL PROTECTED] Subject: How should i proceed with Hi , I have a situtation where in i have to restrict the access of an user in such way that the user has just one session

Re: How should i proceed with

2002-11-27 Thread Srinu.Reddy
-Original Message- From: V.T.R.Ravi Kumar [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 28, 2002 10:17 AM To: [EMAIL PROTECTED] Subject: How should i proceed with Hi , I have a situtation where in i have to restrict the access of an user in such way that the user has just one

How should i proceed with

2002-11-27 Thread V.T.R.Ravi Kumar
Hi , I have a situtation where in i have to restrict the access of an user in such way that the user has just one session . that is if he is logged at present then don't let him log again from any other pc until he logs of from the previous window .. How should i proceed with to achieve