Re: session getting null

2004-04-19 Thread UmamaheswarKalluru




I have the problem only within this JSP file. The other JSP pages are
working fine. This JSP talks to a Servlet and the servlet talks to another
JSP file. The objects from the servlet are sent throughRequestDispatcher.

I dont know why, but the same JSP works good somtimes. i.e the session
object doesnt become null. I have no clue where the mistake is.

Thank you,
Best Regards,
Uma


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



session getting null

2004-04-18 Thread UmamaheswarKalluru




Hi,
I have an application where my JSP talks to the Servlet for further
processing of my form. I am maintaining the user information in a session(
UserDetails) object since the user has logged in.

My application works sometimes, but never works sometimes.

When I try to navigate within the same page sometime the UserDetails
object that is present in the session becomes null and sometime it works
great.

This is happening only with this jsp page of my application. The other
pages are working good and there is no session problem in them.

But why is that the session object becomes null sometimes and works
sometimes?

I am totally lost. Please help me.

Thank you,
Best Regards,
Uma


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: session getting null

2004-04-18 Thread Daniel Gibby
Has the session expired and started a new session and thus the objects 
that were in the previous session are not available?

Print out the session ID and see if it matches.

[EMAIL PROTECTED] wrote:



Hi,
I have an application where my JSP talks to the Servlet for further
processing of my form. I am maintaining the user information in a session(
UserDetails) object since the user has logged in.
My application works sometimes, but never works sometimes.

When I try to navigate within the same page sometime the UserDetails
object that is present in the session becomes null and sometime it works
great.
This is happening only with this jsp page of my application. The other
pages are working good and there is no session problem in them.
But why is that the session object becomes null sometimes and works
sometimes?
I am totally lost. Please help me.

Thank you,
Best Regards,
Uma
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]