If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Im trying to set an email cookie and it works fine but when I retrieve it I always get a comma appended after the email. I dont know where it is comming from? I've been googling for an hour but I'm not sure what I'm looking for.
It would be better if you can posted the code you are using. Very hard to help being blind folded as it seems that there is something wrong within the code.
sorry about that. I did manage to fix the problem. I had a duplicate form declarative. The cookie thought there were 2 emails hence the comma. Thank you anyway though.