In this article, you will see how to solve the stuck session problem when trying to log in to Scriptcase.

![](https://help.scriptcase.net/galleryDocuments/edbsnffef22fd6b028489aed7ce65cdf91058f319a7b21348c4e0210eca2799184cc16b4da901814ef43b7aba47e5343f781d?inline=true)

When trying to disconnect the user, nothing happens, because the session is stuck in the table responsible for storing this information.

1 - Download the sqlite.php file through the link below and place the file in Scriptcase's wwwroot folder

Link: <https://drive.google.com/file/d/17Lq4rmA1h33OalwR-ux0iKfLjcxxGm-1/view?usp=sharing>

2 - Open the sqlite.php file directly from your browser: 127.0.0.1:8092/sqlite.php

![](https://help.scriptcase.net/galleryDocuments/edbsnd0c48279fe50de3892b0d9bab8b795c461762d9fbc32490820395c2148948510fe4bbde62203af7c60fc446bfd529612?inline=true)

3 -  There will be a field where the database path must be inserted, the full path to the nm\_scriptcase.db file must be passed and then click on the submit button

**Ex:  Linux -  /var/www/html/scriptcase/devel/conf/scriptcase/nm\_scriptcase.db**

**Windows -  C:\Program Files\NetMake\v9-php81\wwwroot\scriptcase\devel\conf\scriptcase\nm\_scriptcase.db**

This will clear the session in the database and you will now be able to log into Scriptcase.

4 - Go back to the login screen and log in to Scriptcase.