Hello, is it possible for me to change the message displayed to the user when their session is timed out? By default it says something like “Invalid Session”, but I would like to customize that. Is that possible?
Thanks,
Andrew
Hi Andrew,
you can add your own handler for session timeouts and display whatever you want.
Just attach a handler like this (in vb.net):
AddHandler Application.SessionTimeout, AdressOf YourFunction
Hope that helps.
Best regards
Frank