Searched refs:cookiePath (Results 1 – 3 of 3) sorted by relevance
221 return cookiePath; in getPath()233 cookiePath = path; in setPath()343 buffer.append(this.cookiePath); in toString()372 private String cookiePath; field in BasicClientCookie
43 public HashCrossContextPsuedoSession(String cookieName, String cookiePath) in HashCrossContextPsuedoSession() argument46 this._cookiePath = cookiePath == null ? "/" : cookiePath; in HashCrossContextPsuedoSession()
152 var cookiePath = getSection() + "_";157 var cookieWidth = readCookie(cookiePath+'width');158 var cookieHeight = readCookie(cookiePath+'height');338 function loadLast(cookiePath) { argument340 if (location.indexOf("/"+cookiePath+"/") != -1) {343 var lastPage = readCookie(cookiePath + "_lastpage");