Page 1 of 1

ASP.NET: SessionStateStore

Posted: Tue 19 Sep 2006 16:57
by Kai Korla
Hi,

does the SessionStateStore implementation support cleaning out expired sessions from the database automatically?

regards
Kai Korla
INDEV

Posted: Wed 20 Sep 2006 09:03
by Alexey
SessionStateStore does not support cleaning expired sessions out.

Posted: Wed 20 Sep 2006 10:00
by Kai Korla
Hi,

is there a plan to implement it in the next version?

regards
Kai Korla
INDEV

Posted: Thu 21 Sep 2006 12:26
by Alexey
In MS SQL Server this is supported by the scripts. Provider does not take part in this.
We are going to use the same approach in the next major version which is coming out in a couple of months.