Fixing session issue when logging into Scriptcase

Fixing session issue when logging into Scriptcase

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



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

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


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-php73\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.


    • Related Articles

    • Request a new license

      Some situations require the reinstallation of Scriptcase, in these cases, the user must generate a new serial on our website to register the tool. Follow the steps below to generate a new serial:  1. Log in to the website The entire process to ...
    • Manual Backup

      How to make a Manual backup of scriptcase ? The app folder is not a backup for your projects 1) First copy the scriptcase database, below are the paths to the file, and replaces in the respective directory of the new installation: You can find this ...
    • How to Register my Scriptcase

      To register Scriptcase you need to have in hand: Serial with its status Open License Owner’s Login and Password. Same account used during the license purchase process. 1. Obtaining serial After requesting a new serial, you will receive a new serial ...
    • Fixing the problem of Zendid Execute Permission

      Some users receive a problem related to permission Zendid, that block them to register their Scriptcase. The error can be verified at your Scriptcase diagnosis file (Help -> Diagnosis), as you can see in the example below: ​ In this tutorial, we will ...
    • Installing Scriptcase with PHP 7.3 on Windows

      This documentation will walk you through the steps necessary to install PHP 7.3, Apache 2.4, and Scriptcase manually. When performing this type of installation, you are responsible for configuring your entire environment as well as database ...