I have a problem in unix operating system.
My code is working fine in windows operating system but it is giving me problem in 
unix operating system.
during login i get the values from database on my login page and put it into session.

jhsnCurrSession.putValue("PRIV"+(String)strvar,(Integer)Intvar);
in next page when i take the value from this session i got null.but in windows 
operating system i got that key
means PRIV128  is my key but i do not get this key in next page in unix operating 
system but i got this key in windows operating system.thats why permission code is not 
working in unix operating system.

Integer IViewReportPriv = (Integer)jhsnCurrSession.getValue("PRIV"+"128");
CAN ANY BODY HELP ME IN THIS MATTER
THANKS IN ADVANCE
kapil

==========================================================================To 
unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to