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]
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
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
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
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
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
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]
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
>
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]
9 matches
Mail list logo