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

Deploy script resets sessions #9

Open
Vijar opened this issue Apr 18, 2013 · 0 comments
Open

Deploy script resets sessions #9

Vijar opened this issue Apr 18, 2013 · 0 comments

Comments

@Vijar
Copy link

Vijar commented Apr 18, 2013

I got this working in a fairly complex project.

I even set up continuous deployment but there is a problem where any update I do to the code gets production ready(minify and concat) and pushed to production server. After running the ./runpostdeploy script on the server I switch a symbolic link to point to the new code.

Every time I do this, Yii resets its session and forgets that people are logged into the application. I tried CCacheSession so I can put the session in memory and persist it, but nope....any help is appreciated.

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

1 participant