Hi,
I am working with Zend MVC project. MY mission: add cookie that will have only user unique id.
Problem:I don't know where create a cookie.
Options to place create a cookie, that I thing about:
bootstrap.php init()/run()
index.php (not make sense)
In Controllers
My project structure:
application/bootstrap.php
public/index.php
Please help me, if you can give example it will be great.
Thanks, Yosef