ASP.NET: SessionStateStore

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Kai Korla
Posts: 19
Joined: Tue 19 Sep 2006 16:44

ASP.NET: SessionStateStore

Post by Kai Korla » Tue 19 Sep 2006 16:57

Hi,

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

regards
Kai Korla
INDEV

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 20 Sep 2006 09:03

SessionStateStore does not support cleaning expired sessions out.

Kai Korla
Posts: 19
Joined: Tue 19 Sep 2006 16:44

Post by Kai Korla » Wed 20 Sep 2006 10:00

Hi,

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

regards
Kai Korla
INDEV

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 21 Sep 2006 12:26

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.

Post Reply