• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Session information lost during particular struts action

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.

 
What's wrong? Where are you going? Stop! Read this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic