Hi,

I'm using Jboss version jboss-4.0.2,
When i try to access my application thought
Intranet : I don't have any problem but when I try to access the same 
application through
Internet : I'm facing problem in maintain the values which set to the session .

The values which are set in the session in action class are able to access in 
the first jsp then any action happen in the first jsp from that point values 
set to the session receiving as null in the action class.

In action class I?m setting my session values like,
HttpSession session = request.getSession();
session.setAttribute("Key", Value );

I?m getting session values in jsp like,

String vValue = (String) session.getAttribute("Key");


Can any body help me find out what is the reason why the session values are 
going null when i try to access my application through INTERNET.

Thanks,
Ram.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907353#3907353

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3907353


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to