Fórum

How to extend the session while performing ajax call

thumbnail
krishna mohan mathakala, modificado 7 Anos atrás.

How to extend the session while performing ajax call

Junior Member Postagens: 68 Data de Entrada: 08/09/12 Postagens Recentes
Hi
1.How to extend the session while performing ajax call. Is it mandatory extend session OR Liferay will do it internally while Performing ajax calls.

2.If the session is expired,If I click on a button which performs ajax call nothing is happening(I can not see any reaction on the screen and server hit is not happening )

Please suggest some solution.
Shiva goud, modificado 7 Anos atrás.

RE: How to extend the session while performing ajax call

Regular Member Postagens: 110 Data de Entrada: 02/01/15 Postagens Recentes
HI mohan,
Please look at below Url https://web.liferay.com/community/forums/-/message_boards/message/18369212 ,It may help you.
thumbnail
krishna mohan mathakala, modificado 7 Anos atrás.

RE: How to extend the session while performing ajax call

Junior Member Postagens: 68 Data de Entrada: 08/09/12 Postagens Recentes
Hi,
Thanks for quick answer . My main worry is about 2 question.
thumbnail
krishna mohan mathakala, modificado 7 Anos atrás.

RE: How to extend the session while performing ajax call

Junior Member Postagens: 68 Data de Entrada: 08/09/12 Postagens Recentes
Hi I can see the cookies are transfered to server in the request object during ajax call also .
Then why we should extend session?