[SOLVED] Can I change the auto logout message?

Answered Closed
0
1

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

  • You must to post comments
Best Answer
0
0

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

  • redcard
    Makes sense, thanks.
  • You must to post comments
Showing 1 result