Vijaya Madduri

Greenhorn
+ Follow
since Oct 25, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Vijaya Madduri

Hi Marc,
Thank you very much for your reply. I tried setting the session attribute in page directive to false, but then I was totally unable to access the session information which is not the expected behaviour.

Strange thing is, everything is perfectly working for the first time, only one session is getting created and used through out, until I logoff. But when I logoff and re-login, the session ID is consistent till the frameset.jsp is accessed, and after that the session IDs are getting changed in the other 2 frame jsps. I could not suspect there is any problem with the code, becos the same code is working fine on WebSphere 3.5.3, and now when I'm trying on 5.0, I'm getting this problem.

Also I tried developing a test web application with the same Login-> Logoff->Login scenario, consisting of frameset. That is also working fine. So I thought the problem might not be with the frameset and browser version.

I appreciate if any new ideas are sent for debugging.

Thanks
18 years ago
Hi,
I have a web application where I'm using Struts, Frameset, WebSphere 5.0 and IE 6. In my application, I could login and get the defined frameset successfully, but when I logoff and try to re-login in the same browser, sessions are getting created randomly even though I set create session false, and the session information is lost. I have seen a positing on web that session variables will be lost if frameset is used in IE 6. This may not be correct in my case, becos for the first time everything is working fine. I tries all possibilities.

Please share your ideas sothat I can try to fix the problem.

Thanks a lot
18 years ago
Thank you very much for your reply.

But actually the logic is perfectly working fine on WebSphere 3.5.3. But when I'm trying to execute the same code on WebSphere 5.1, I'm getting an error that "Cannot find bean in scope null". I dint understand why the session is null even though a new session is created after logoff.

Is there anything that I need to configure in WebSphere Server settings?

Thanks
18 years ago
Hi,
I'm also on the same track and got struck. But in my case, first time the session IDs are consistent and the login is working fine. Second time, when I'm trying to login to the same browser after logoff, the sessions are getting created randomly without recognising the existing session.

Please let me know where exactly I'm doing wrong.

Thanks
18 years ago
Hi,
I have a web application where I'm using Struts, Frameset, WebSphere 5.0 and IE 6. In my application, I could login and get the defined frameset successfully, but when I logoff and try to re-login in the same browser, sessions are getting created randomly even though I set create session false, and the session information is lost. I have seen a positing on web that session variables will be lost if frameset is used in IE 6. This may not be correct in my case, becos for the first time everything is working fine. I tries all possibilities.

Please share your ideas sothat I can try to fix the problem.

Thanks a lot
Vijaya
18 years ago