PDA

View Full Version : Remember me?!


Tony Appleton
21-Apr-2003, 04:51 PM
When using the 'remember me' facility, it would appear that not only are name/address etc. remembered, but so are the other variables, such as 'How did you hear about us?'

How can I control what is and isn't remembered?

Thanks

Tony

:cool:

cdicken
23-Apr-2003, 08:21 AM
I've had a mooch through the Perl and cannot see where this might be controlled. You could try raising an email support request here (http://www.actinic.co.uk/support/register.htm) and see if the email support team have any further ideas.

Tony Appleton
23-Apr-2003, 08:34 PM
Thanks Chris - I've sent a request

Regards

Tony

NormanRouxel
24-Apr-2003, 12:24 AM
You could probably fix this one without Perl patching.

It's a cookie that holds all that info, so some JavaScript on the final page could read the cookie, strip the bits you don't want and write it back.

Norman

Tony Appleton
24-Apr-2003, 03:58 PM
Thanks Norman,

Suppose I'd better find some advanced Javascript course to do then!!

Regards

Tony ;)