Hi, I have some question about aHttpServletResponse.encodeUrl(String url). It is used to add session data into URL when cookies are not available in browsers, right? It is deprecated in jdk1.3. So, is there a method to replace it? Thanks!
Brent Worden
Ranch Hand
Joined: Nov 26, 2001
Posts: 50
posted
0
It has be replaced with encodeURL of the same class. ------------------ Brent Worden http://www.Brent.Worden.org/