Re: [E] Re: Updating Apache Ignite WebSession attributes

2018-12-26 Thread Ilya Kasnacheev
Hello! You can add *WEB_SES_KEEP_BINARY_PARAM* as true or false as an init parameter to WebSessionFilter. Regards, -- Ilya Kasnacheev ср, 26 дек. 2018 г. в 17:30, Rout, Biswajeet : > Hi Ilya, > > - No, I have not used explicitly setting the setAttribute() method. I will > definitely try

Re: [E] Re: Updating Apache Ignite WebSession attributes

2018-12-26 Thread Rout, Biswajeet
Hi Ilya, - No, I have not used explicitly setting the setAttribute() method. I will definitely try that. - What is binary or POJO session store? is it a feature in Ignite? how to use this? Where to to add *WEB_SES_KEEP_BINARY_PARAM = true|false* *- *Yes I have enabled DEBUG logging for Ignite, I

Re: [E] Re: Updating Apache Ignite WebSession attributes

2018-12-26 Thread Ilya Kasnacheev
Hello! - Have you tried to explicitly do setAttribute(key, changedObject) during request handling? - Do you have binary or POJO session store? This is controlled by org.apache.ignite.cache.websession.WebSessionFilter#WEB_SES_KEEP_BINARY_PARAM = true|false. Can you try both? - Can you enable DEBUG

Re: [E] Re: Updating Apache Ignite WebSession attributes

2018-12-26 Thread Ilya Kasnacheev
Hello! When you do getAttribute/setAttribute/removeAttribute on web session, it should be updated at the end of requedt. Do you have reproducer for this kind of behavior? Regards, -- Ilya Kasnacheev ср, 26 дек. 2018 г. в 13:46, Rout, Biswajeet : > Hi, > I did not get your question. > > I

Re: [E] Re: Updating Apache Ignite WebSession attributes

2018-12-26 Thread Ilya Kasnacheev
Hello! Are you sure that your servers actually form an Ignite topology? Can you provide logs? Regards, -- Ilya Kasnacheev ср, 26 дек. 2018 г. в 10:07, Rout, Biswajeet : > ++ Ilya > > On Wed, Dec 26, 2018 at 12:35 PM Rout, Biswajeet < > biswajeet.r...@verizon.com> wrote: > >> Hi Ilya, >> >>

Re: [E] Re: Updating Apache Ignite WebSession attributes

2018-12-25 Thread Rout, Biswajeet
++ Ilya On Wed, Dec 26, 2018 at 12:35 PM Rout, Biswajeet wrote: > Hi Ilya, > > I have two servers under a load balancer. I want my requests to be > processed in any of these servers. > When I keep on proceeding on my page, the requests may get processed in > any of the servers. > > Answer to

Re: [E] Re: Updating Apache Ignite WebSession attributes

2018-12-25 Thread Rout, Biswajeet
Hi Ilya, I have two servers under a load balancer. I want my requests to be processed in any of these servers. When I keep on proceeding on my page, the requests may get processed in any of the servers. Answer to your questions: No I do not have any node loss and I have 1 backup node