Hi guys!
I got a very weird problem... I've created a login page that creates a cookie to keep track of ur login. Anyways, it used to work and now when I tried it, I can see that it's not creating any cookies for me anymore.
I tried it on a different computer and it works there.
So i thought, maybe my browser's not allowing me to create cookies. I then kept the cookies directory open and logged in on other forums and found that there's cookies being created without any problem. So what's stopping my page from creating cookies?
thanks guys!
I got a very weird problem... I've created a login page that creates a cookie to keep track of ur login. Anyways, it used to work and now when I tried it, I can see that it's not creating any cookies for me anymore.
I tried it on a different computer and it works there.
So i thought, maybe my browser's not allowing me to create cookies. I then kept the cookies directory open and logged in on other forums and found that there's cookies being created without any problem. So what's stopping my page from creating cookies?
Code:
Response.cookies("ev.com")("rid") = rid
Response.cookies("ev.com")("opName") = opName
Response.cookies("ev.com").expires = Date() + 1
thanks guys!