Its not working, the clickpath_save() function seems to work, but is always empty again on another page.

CommentFileSizeAuthor
#1 755804-clickpath-not-printing.patch994 bytescoltrane

Comments

coltrane’s picture

Status: Active » Needs review
StatusFileSize
new994 bytes

Verified. Please try out the attached patch.

greggles’s picture

I think you need a hook_update just to clear the cache in order for that block cache change to take effect.

mujaffar’s picture

I think the drupal has flush the session at every page lode forcefully
so we dont do anything and we can not user $_SESSION
this will also seen in frameworks like zend

If you have an idea about how to use drupals session then please comment

alexbk66-’s picture