peterinwa
04-21-2003, 06:01 AM
I was having a problem with cookies and eventually figured out that I could do exactly this:
1. Read a cookie named stCookie and find it null.
2. Write a cookie named listCookie.
3. Read stCookie again and find it to have the same new value as listCookie.
I simply changed the name of listCookie to listNumCookie and it solved the problem.
Obviously the last eight characters of the cookies that were getting "confused" were both stCookie. But I don't see why this should cause a problem.
Any ideas? Just curious... Peter
P.S.
Sometimes my cookies just seem to get confused and deleting them and starting over solves the problem. It could have to do with my little old '95 PC running Windows '98.
1. Read a cookie named stCookie and find it null.
2. Write a cookie named listCookie.
3. Read stCookie again and find it to have the same new value as listCookie.
I simply changed the name of listCookie to listNumCookie and it solved the problem.
Obviously the last eight characters of the cookies that were getting "confused" were both stCookie. But I don't see why this should cause a problem.
Any ideas? Just curious... Peter
P.S.
Sometimes my cookies just seem to get confused and deleting them and starting over solves the problem. It could have to do with my little old '95 PC running Windows '98.