Re: [java ee programming] Re: Session Tracking.

2010-01-29 Thread thiago moraes
Hi Shan. I don't think those requirements will make your application more secure. For security see this link http://docs.jboss.org/jbossas/admindevel326/html/ch8.chapter.html On Fri, Jan 29, 2010 at 4:50 AM, Shan wrote: > Hi All, > > Sorry. Its my fault that I didn't convey what I wanted to

[java ee programming] Re: Session Tracking.

2010-01-28 Thread Shan
Hi All, Sorry. Its my fault that I didn't convey what I wanted to do. So here I am trying to explain it again. I want my application to be more secure. 1. I dont want the user to use buttons in the browser to navigate through my application. If any does it then i need to terminate the c

[java ee programming] Re: Session tracking question.

2009-11-08 Thread Alessandro Dias
Thanh, I can answer some of you questions at least! My answers are in red in the body of your message Cheers! Alessandro Dias Ted Turner - "Sports is like a war without the killing." On Sun, Nov 8, 2009 at 08:38, Thanh Nguyen wrote

[java ee programming] Re: session

2009-08-10 Thread rohit khetarpal
Anuj, You might be doing something wrong while setting/retrieving var from session.It will be good and helpful for debugging if you can send us the way you r doing through code. Code snippet will be helpful for debugging purpose. Thanks, Rohit On Mon, Aug 10, 2009 at 8:58 AM, Kamal Chandana Metta

[java ee programming] Re: session

2009-08-09 Thread Kamal Chandana Mettananda
You will have to send us more details on how/when you set the variable and how/when you retrieve it. --- http://lkamal.blogspot.com On Sun, Aug 9, 2009 at 1:20 PM, ANUJ KUMAR wrote: > when i set 1 variable in session in an action form and try 2 retrive it >

[java ee programming] Re: session timeout delay due to slow database query

2009-01-10 Thread Atul Suri
Session could be lost due to several reasons including time out. Even if you increase it it might till timeout. How long does the query take when you run trom Java Class or Direct SQL ? It is unique to a user or application. On Thu, Jan 8, 2009 at 1:28 PM, Ken wrote: > If I put session timeou