Skip to Content
0
Former Member
Sep 27, 2005 at 03:02 PM

URL mangling messing up cookies

48 Views

I cannot get any of my cookies to work across my BSP pages (either client-side or server-side).

When testing client-side cookies on a single self-calling page I can successfully set and get the cookies, but when setting a cookie on a form page which then calls another page the cookie cannot be read.

I have narrowed the problem down to URL mangling, as it changes between the form and the next page (the cookie can be read if I use the same mangled code as the form page).

Why is the URL changing, and is there a way I can avoid or bypass it?

(I think this maybe behind a server-side cookie problem I posted not so long ago)