Hi Bruce/Folks,
Have got a bit of a wierd one.
There's a specific way to get a memory form on a nettalk webserver to have a different session id between loading and clicking a button.
At the moment, I have no idea how it's done.
Basically.
1. An email is sent out to contacts, at the bottom is an unsubscribe link.
2. Person clicks on unsubscribe link.
3. On loading, p_web.GetValue() retrieves the guid etc that I need.
4. Shows information to the user, and gets them to verify with a button click (yes, I could just do it on load, and tell them it's done .. This is probably what I'll end up changing to, but for the moment humor me).
5. On button click, the p_web.SessionID value is different from the value on page load.
When I test on desktop and mobile device, everything works fine.
But from the public webserver logs, I can see it happening every now and again. The session id changes between page loading and button click.
Any idea how this could happen?