2
as I do for each Ajax request, update the Forms Authentication cookie.
I want to update on Forms Authentication in my controller, because it is a calendar screen that uses Fullcalendar.
I’m having trouble on a page, which only makes ajax requests and after a while if the user goes to another screen, asks login and password.
For ajax requests, you are doing it yourself or are using the
<asp:UpdatePanel>
?– Marciano.Andrade
As far as I know, making Ajax requests does not depress the user.
– PauloHDSousa
I edited question to make it clearer. It’s a normal ajax request without user Updatepanel.
– Tiedt Tech