whoops...the Http session is dropping the Venice cookie on the floor...

corrected that
This commit is contained in:
Eric J. Bowersox 2002-01-17 16:44:07 +00:00
parent 4ee98731e6
commit c5a7136366

View File

@ -60,7 +60,6 @@ class HttpVeniceUISession implements VeniceUISession
// Did the user send a Venice authentication cookie? If so, try to use it.
Cookie[] cookies = request.getCookies();
Cookie venice_cookie = null;
for (int i=0; (venice_cookie==null) && (i<cookies.length); i++)
{ // look for a Venice authentication cookie
if (RequestInput.LOGIN_COOKIE.equals(cookies[i].getName()))