You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2018. It is now read-only.
My legacy project has differents index.php. Depends on url, .htaccess redirects to another index.php in another folder, when i include autoloads and starts all again like is shown bellow.
The problem is that ever when it's called new \Gears\Session(), the session which i started in index.php is erased on main.php. If i do not call new \Gears\Session(), when i try to access Session::anything, an exception is thrown on screen saying: You need gobalize first. Is there any way to solve that?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My legacy project has differents index.php. Depends on url, .htaccess redirects to another index.php in another folder, when i include autoloads and starts all again like is shown bellow.
paht:
app.project.com/
index:
./index.php
when i do login, the project will redirectme to
paht:
app.project.com/login
index:
./admin/main.php
The problem is that ever when it's called
new \Gears\Session()
, the session which i started in index.php is erased on main.php. If i do not callnew \Gears\Session()
, when i try to accessSession::anything
, an exception is thrown on screen saying:You need gobalize first
. Is there any way to solve that?The text was updated successfully, but these errors were encountered: