hi friends,
when session timeouts we redirect it to login page.
we check it as
//if(session.getValue("login")==null)
then redirect it.
It works fine in netscape but not in IE
even it works fine on intranet but not on internet in ie.
we are using iplanet server.
On the same page where value is put in session,
it returns proper value in ie also but on other pages
it returns null for ie5.0.
we are putting values as //session.putValue
now by urlrewriting it can be solved.
but how to solve it without using urlrewriting?(as at this stage
it's to difficult to change all files)
has anybody else also faced this problem?
how to solve it?
please help me.it's urgent.

thanking you all,
                     Rahul.


____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to