Hi all
I have a module that requires a {member_id} before that variable is parsed (as the modules are parsed beforehand)... so I’ve used PHP, but I’ve found that the Session class only works for hose users who have logged in with the control panel…
My users log in using a members login form, and I need to retrieve their {member_id} from the cookie so I can pass to this form… all attempts have failed 😕
any help with this would be greatly appreciated…
many thanks in advance