Hi all !!
I have a problem with sessions,and I need your help please.
I do the following :
" HttpSession session = req.getSession(true);
session.putValue("login.target", HttpUtils.getRequestURL(req).toString()); "
In one servlet, and in another one I just do :String target =(String) session.getValue("login.target");
and it works well with Explorer, but it doesn't with Netscape, I always have
target=null.
Does anyone why ??
Thanks in advance !!!
