Home
last modified time | relevance | path

Searched refs:getCookieVariable (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/egroupware/egroupware/notifications/java/src/egroupwaretray/
H A DBaseHttp.java399 public String getCookieVariable(String content, String field) in getCookieVariable() method in BaseHttp
H A Djegwhttp.java423 String sess = this.httpcon.getCookieVariable(this.httpcon.getCookie(), "sessionid"); in egwIsLogin()