0

i'm using form authentication for user login and logout. I have a problem when the user authentication ticket is expire in this time i want to update some information in database . but in this time user information in the ticket is null

pargan
  • 301
  • 3
  • 6
  • 19

1 Answers1

0

I increased the Forms authentication ticket expiration time to twice the Session expiration time to avoid the ticket expiration before the session times out.

Please read this for more information

Amol
  • 1,431
  • 2
  • 18
  • 32