M
m
I have a strange and frustrating problem. page1.aspx asks for a login
and goes to itself to validate the login. if it succeeds it creates a
cookie for the login and goes to my creditcard form, where the cookie
always works, though i don't actually use it. when the user submits the
form it goes to another site to verify the creditcard info, which then
redirects to page3.aspx. the problem is that for some machines the
cookie no longer exists, but for me it works perfectly. i tried
changing from a session to a persistant cookie but that made no
difference. all 3 pages are in the same subdir. i tried using a
session variable instead but that doesn't work either, presumably
because the aspsession cookie is gone as well. is this some privacy
setting issue?
and goes to itself to validate the login. if it succeeds it creates a
cookie for the login and goes to my creditcard form, where the cookie
always works, though i don't actually use it. when the user submits the
form it goes to another site to verify the creditcard info, which then
redirects to page3.aspx. the problem is that for some machines the
cookie no longer exists, but for me it works perfectly. i tried
changing from a session to a persistant cookie but that made no
difference. all 3 pages are in the same subdir. i tried using a
session variable instead but that doesn't work either, presumably
because the aspsession cookie is gone as well. is this some privacy
setting issue?