Re: please reaply as early as possible - session tracking

2005-11-29 Thread Sony Thomas
Thanks to all, I am very glad and I got answer for my question. thanks sony - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: please reaply as early as possible - session tracking

2005-11-29 Thread Dave Newton
Stephen Hartley wrote: When you say a long time, how long is long? ...plus the session might timeout if you have a slow user if you haven't adjusted the session timeout value. Aren't you glad you asked? Dave - To unsub

Re: please reaply as early as possible - session tracking

2005-11-29 Thread Stephen Hartley
When you say a long time, how long is long? A session is unique to a user. Should the value you want to persist be available to more than one (or all) users? If so, then you may be better using the servlet context... > struts. how can I set the > > value from jsp and how can I retrieve that val

Re: please reaply as early as possible - session tracking

2005-11-29 Thread David Evans
And you get the HttpSession object from the request in your action like this: HttpSession session = req.getSession(); // where req is the HttpServletRequest passed into the "execute" method On Tue, 2005-11-29 at 10:21 -0500, Srinivas Jadcharla wrote: > You can use HttpSession Object..In that yo

Re: please reaply as early as possible - session tracking

2005-11-29 Thread Srinivas Jadcharla
You can use HttpSession Object..In that you have setAttribute("") and getAttribute("") mthods. On 11/29/05, Sony Thomas <[EMAIL PROTECTED]> wrote: > > Hi Stephen, > > What I want to know is suppose I have to store some value to session. Is > there is something called Session object in struts. how

Re: please reaply as early as possible - session tracking

2005-11-29 Thread Sony Thomas
Hi Stephen, What I want to know is suppose I have to store some value to session. Is there is something called Session object in struts. how can I set the value from jsp and how can I retrieve that value in action from session object. My problem is that i have to set the value to the session a

Re: please reaply as early as possible - session tracking

2005-11-29 Thread Dave Newton
Sony Thomas wrote: how the session tracking doing in Struts without using hidden field or URL rewriting. Cookies. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: please reaply as early as possible - session tracking

2005-11-29 Thread Stephen Hartley
I'm not sure that I fully understand your question, but an alternative could be to use cookies? --- Sony Thomas <[EMAIL PROTECTED]> wrote: > how the session tracking doing in Struts without > using hidden field or > URL rewriting. > > > sony >

please reaply as early as possible - session tracking

2005-11-29 Thread Sony Thomas
how the session tracking doing in Struts without using hidden field or URL rewriting. sony - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]