Its not working, the clickpath_save() function seems to work, but is always empty again on another page.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 755804-clickpath-not-printing.patch | 994 bytes | coltrane |
Its not working, the clickpath_save() function seems to work, but is always empty again on another page.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 755804-clickpath-not-printing.patch | 994 bytes | coltrane |
Comments
Comment #1
coltraneVerified. Please try out the attached patch.
Comment #2
gregglesI think you need a hook_update just to clear the cache in order for that block cache change to take effect.
Comment #3
mujaffar commentedI 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
Comment #4
alexbk66- commentedI suspect I have similar problem, see #1197822: clickpath_exit - $_SESSION['clickpath'] doesn't get updated