how to access session-param in weblogic

C

crash.test.dummy

i have this in my weblogic.xml

<session-descriptor>
<session-param>
<param-name>CookieName</param-name>
<param-value>JSESSIONID_myApp1</param-value>
</session-param>
...
</session-descriptor>

and I wanted get the cookie name from my (Struts Action) servlet
classes.

I can use javax.servlet.http.Cookie to get an array of data for
cookies, but I wanted to get the name directly from the weblogic.xml.

thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top