Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove CI_Session Entity #965

Closed
jrjohnson opened this issue Aug 19, 2015 · 1 comment
Closed

Remove CI_Session Entity #965

jrjohnson opened this issue Aug 19, 2015 · 1 comment
Assignees
Milestone

Comments

@jrjohnson
Copy link
Member

We don't store session data in the DB anymore.

@jrjohnson jrjohnson added this to the v3.0.0 milestone Aug 19, 2015
@stopfstedt stopfstedt self-assigned this Aug 19, 2015
@stopfstedt
Copy link
Member

$ egrep -lri 'cisession|ci_session' src/ | sort -n
src/Ilios/CoreBundle/Entity/CISessionInterface.php
src/Ilios/CoreBundle/Entity/CISession.php
src/Ilios/CoreBundle/Entity/Manager/CISessionManagerInterface.php
src/Ilios/CoreBundle/Entity/Manager/CISessionManager.php
src/Ilios/CoreBundle/Handler/CISessionHandler.php
src/Ilios/CoreBundle/Resources/config/handlers.yml
src/Ilios/CoreBundle/Resources/config/managers.yml
src/Ilios/CoreBundle/Tests/DependencyInjection/IliosCoreExtensionTest.php
src/Ilios/CoreBundle/Tests/Entity/CiSessionsTest.php
$ egrep -lri 'cisession|ci_session' app/ | sort -n
app/Resources/DoctrineMigrations/Version20150805000000.php
app/Resources/updateSchemaFromIlios2toIlios3.sql

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants