Hi,
We have hosted the site in Appache-Tomcat server
In the index page we have links to othe pages. while login we get a session object and put userid in that.
After login we click the link where we are not able to get session
object in the page we reached after the click.
We set session timeout 1800.
Can anybody help in this.
Thanks in advance.
bye,
Rama.
-
Session tracking prob (3 messages)
- Posted by: Ramasubramanian Balasubramanian
- Posted on: May 08 2001 08:56 EDT
Threaded Messages (3)
- Session tracking prob by Prasath Balakrishnan on May 09 2001 02:08 EDT
- Session tracking prob by Ramasubramanian Balasubramanian on May 09 2001 07:03 EDT
- Session tracking prob by Prasath Balakrishnan on May 09 2001 11:48 EDT
- Session tracking prob by Ramasubramanian Balasubramanian on May 09 2001 07:03 EDT
-
Session tracking prob[ Go to top ]
- Posted by: Prasath Balakrishnan
- Posted on: May 09 2001 02:08 EDT
- in response to Ramasubramanian Balasubramanian
Store the session Object in a bean and call the bean in case if you have if you feel the session is terminated. Good Luck.
Prasath -
Session tracking prob[ Go to top ]
- Posted by: Ramasubramanian Balasubramanian
- Posted on: May 09 2001 07:03 EDT
- in response to Prasath Balakrishnan
Hi Prasath Balakrishnan,
If i use bean for storing the session,
what value i have to use for bean scope attribute. I mean
what should be the scope of the bean?
bye
Rama. -
Session tracking prob[ Go to top ]
- Posted by: Prasath Balakrishnan
- Posted on: May 09 2001 23:48 EDT
- in response to Ramasubramanian Balasubramanian
Scope of the bean should be session and what else.Can be application if you want otherwise.
Prasath.
bp8475 at sbc dot com or [email protected]