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

session_start() really necessary? #44

Open
gulaschskanone opened this issue Feb 10, 2016 · 2 comments
Open

session_start() really necessary? #44

gulaschskanone opened this issue Feb 10, 2016 · 2 comments

Comments

@gulaschskanone
Copy link

Hi,
is there a way without session_start() for ordinary visitors of the sites?
My question is motivated by the EU law about placement of cookies and user notices. We would prefer to prevent placing cookies, if it's not really necessary.

Kind regards

@bednee
Copy link
Owner

bednee commented Feb 10, 2016

Hi,
it's for performance reason. It would be a performace impact to parse XML again and again. Is the consent required for every single cookie? Isn't it just for cookies that track and monitor your doing? You can try to disable the cache by amending the code to see how big impact that is. I guess it could be parametrised or the parsed XML could be stored in some memory storage.

@gulaschskanone
Copy link
Author

Hi bednee,
thanks for your fast response.
I think you're right: it's target just cookies that track and monitor your doing. But a visitor (not least myself before) can't guess what the cookie is used for. If it's possible, we would like to disable that.

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

2 participants