Link to home
Start Free TrialLog in
Avatar of Camillia
CamilliaFlag for United States of America

asked on

Should session timeout be working like this?

We're working on an ASP.Net/C#/VS2015/MVC.

My teammate has coded to display a popup when session is expiring.

Someone was testing today and across this. He was typing in a textbox and got the session expiring message. My teammate explained that it's because there's no server operation happening and that's why in the middle of tying, user got the session-expiring-message.

I don't think this is a correct functionality. User shouldn't have got the message. I don't see Forms Authentication setup in the project.

Is that correct?
SOLUTION
Avatar of funwithdotnet
funwithdotnet

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Camillia

ASKER

Thanks, I don't know which one this is. I'll go thru the code. I'll leave this question open for now...just in case others have additional inputs. Thanks
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ah, thanks. I'll see what the developer is doing and how he's doing it.