session


Related Questions
Hi, I have some problems with caching of folder content in a single-node setup. It looks like the content of a visited folder is cached within each user session and not invalidated across sessions. The issue arises when user Alice adds a document to ...
  1 votes
  0 answers
  0 comments
  1256 views

I'm trying to implement a scheduler associated with an event but not able to get the session from the event. In the following code the result of if (!(ctx instanceof DocumentEventContext)) { return; } is true so the rest of the code is not executed ...
  0 votes
  0 answers
  0 comments
  2665 views

I was looking on how to implement session replication across my cluster nodes and found this comment in the server manager config: <! -- Disable HTTP Session persistence between restart since webengine session objects are not serializable -- > ...
  0 votes
  1 answers
  0 comments
  2150 views

Hello! I have implemented a scheduler associated with an event. I would like to search documents inside it with the session. Unfortunately when I try to get the session from the event it returns null. There's the code of my scheduler: <?xml ...
  0 votes
  1 answers
  2 comments
  4669 views

Hi all, I have created a seam validator: public void validateSAPNumber(FacesContext context, UIComponent component, Object value) { String messageString = null; Integer size = 1; String SAPNumber = (String) value; String DocId = ...
  0 votes
  1 answers
  0 comments
  2792 views