cancel
Showing results for 
Search instead for 
Did you mean: 

Not getting value from Session after response.redirect

Former Member
0 Kudos

Hi,

I have a iview in which I set a value in a session and then I redirect it using HttpServletResponse.redirect();

to another IView. In this iview I try to retrive the value from Session but I get Null. I have checked the value is being set.

Kindly help me sort this out or let me know if there is another way to achieve this functionality.

Thanks & Regards,

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

detlev_beutner
Active Contributor
0 Kudos

Hi Ravi,

to be vareful: This sounds unprobable. Did you use the HttpSession on both sides?!

Please strip down your code to an absolte minimum to reproduce the problem. If you don't get a solution by this way, then come back and post the corresponding code parts.

Hope it helps

Detlev

Answers (0)