Hi, if a user is on a page and the session expires, if he tries to click on something that would fire a client callback, nothing happens.
I understand that the user is now unauthorized and therefore should not be able to do anything on that page, but I wish it throw an error or something. Because now, a user doesn't realize his session has expired and is clicking on links and nothing is happening.
Pages that don't have restricted access still function properly even if the session expires, its only pages that have "deny=?" set in the web.config for that location.
Has anyone else had this problem and can help?
Thanks a lot!