This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Struts and the fly likes Session information lost during particular struts action Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Session information lost during particular struts action" Watch "Session information lost during particular struts action" New topic
Author

Session information lost during particular struts action

Rajjjesh Kumar
Greenhorn

Joined: Jan 07, 2013
Posts: 1
Background

1) This issue happening only in Particular Environment where applications deployed
2) Struts Web Application and Apache Web Server


When we call particular struts action in our web application. The session data is lost and it is happening in only Testing Environment. Check all configurations and environment related files which are same. Really no clue what would be the issue

in Apache Server we are setting up our cookieName as below:

set handler weblogic-handler
cookietName mycookieName


When we use HttpWatch and see all struts action and its respective cookie send and receive from server. The value of myCookieName is same. Where as
for that particular action the cookie received from server is different. What would be the reason ? and I hope different cookie value come from server the particular session information is lost.


Other Information - Where as in working Environment, both cookie send and receive for the particular action is same.


Please post your comments , so that i can get some clue, where i can see the issue.

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Session information lost during particular struts action
 
Similar Threads
Concurrent sessions on multiple web apps?
Tomcat looosing session
Redirection of action clearing cookie parameter leading to mis behave of application
Weblogic Session Issue
Chapter 6(Session Management) notes (HFSJ) for revision