Forums / Developer / Module for reading Cookie
John van der Boom
Friday 25 July 2003 2:35:38 am
I had lately this problem with EZp check: Reading Cookies in ez modules. http://www.ez.no/developer/ez_publish_3/forum/setup_design/redaing_cookies
Now I want to make(try to) a module with eZp that give me the possibilty to read cookies, cause I really need this functionality. Is this possible?
If it's possible I'll try to make a module. I have not much exp. with php, but I've porgrammed alot in other languages, so I'll give it a try.
I think it's a nice to way to learn eZ and php a little bit more.
Tony Wood
Tuesday 29 July 2003 4:12:52 am
Hi John,
Try writing an operator, if all you want to do is read a cookie then you can write an operator to get the cookie and pass the result to the front end template. Take a look at eZRSS as an examples or read http://ez.no/developer/ez_publish_3/documentation/development/kernel/custom_template_operators
Tony
Tony Wood : twitter.com/tonywood Vision with Technology Experts in eZ Publish consulting & development Power to the Editor! Free eZ Training : http://www.VisionWT.com/training eZ Future Podcast : http://www.VisionWT.com/eZ-Future
Tuesday 29 July 2003 6:05:36 am
Thank you Tony.
I'll try