Forums / Developer / Module for reading Cookie

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Module for reading Cookie

Author Message

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

John van der Boom

Tuesday 29 July 2003 6:05:36 am

Thank you Tony.

I'll try