-1

Session expire DateTime is the same for all logged in users, so when one user session expire, it seems to be expiring for all users because it records the same session expire datetime in the database. I am using InProc mode and the session expire date time is very important meaning I need to save it to the database..

I am using the Session_End function and save the DateTime.Now to a SQL server database from inside the Session_End function.

MswatiLomnyama
  • 1,326
  • 2
  • 13
  • 19

1 Answers1

0

I think this will not session expire, it is IIS restarted on the given time, so all users have same date time.

Laxmi Lal Menaria
  • 1,433
  • 4
  • 17
  • 30