ASP.NET session out proble. frequently logout problems -


i have created asp.net mvc razor application authentication. used custom implementation of authorizeattribute.

when run locally, works fine, when upload , run website logs out while working without leaving website idle.

how can solve it?

if asp.net session stored in memory , recycle app domain, loose sessions in memory. if control web server, might research reason recycles: see. if want sessions persist across these events need other session state modes


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -