Author |
Message |
Topic: Cookie |
Stxvxn
Replies: 7
Views: 14883
|
|
You're right: I use Abyss for serving my ASP-pages.
Well when I bought my computer I also bought XP Home Edition. Later on, I discovered that IIS server comes with XP Professional, so I thougt I bu ... |
Topic: Cookie |
Stxvxn
Replies: 7
Views: 14883
|
|
Here's the code that creates the cookie:
Dim strCookie
strCookie = Request.QueryString("Url")
Response.Cookies("Homepage") = strCookie
Here's the code that gets the cookie:
Dim Redirect
Red ... |
Topic: Cookie |
Stxvxn
Replies: 7
Views: 14883
|
|
I can't get my Cookies work with Abyss Web Server.
I've set my IE to accept all cookies, but it doesn't work.
Can anyone help me? |
|