Forums de discussion

How to extend the session while performing ajax call

thumbnail
krishna mohan mathakala, modifié il y a 7 années.

How to extend the session while performing ajax call

Junior Member Publications: 68 Date d'inscription: 08/09/12 Publications récentes
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, modifié il y a 7 années.

RE: How to extend the session while performing ajax call

Regular Member Publications: 110 Date d'inscription: 02/01/15 Publications récentes
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, modifié il y a 7 années.

RE: How to extend the session while performing ajax call

Junior Member Publications: 68 Date d'inscription: 08/09/12 Publications récentes
Hi,
Thanks for quick answer . My main worry is about 2 question.
thumbnail
krishna mohan mathakala, modifié il y a 7 années.

RE: How to extend the session while performing ajax call

Junior Member Publications: 68 Date d'inscription: 08/09/12 Publications récentes
Hi I can see the cookies are transfered to server in the request object during ajax call also .
Then why we should extend session?