added in session start for cookie to be recognized

This commit is contained in:
Rohit Pai 2022-01-23 21:02:08 +00:00
parent b05860f8da
commit d461b5bf55
2 changed files with 2 additions and 0 deletions

1
dist/api/index.php vendored
View File

@ -1,4 +1,5 @@
<?php
session_start();
////////////////// Index file //////////////
/// Creates base routes and runs ///
/// respective functions ///

View File

@ -1,4 +1,5 @@
<?php
session_start();
////////////////// Index file //////////////
/// Creates base routes and runs ///
/// respective functions ///