Is this right way to save a cookie across several pages in one web folder?
It does not seem to be working
what is wrong?Code:Response.Cookies("LoggedIn").Value = 1 Response.Cookies("LoggedIn").Expires = Now.Date.AddHours(1)
|
Results 1 to 3 of 3
Thread: Cookie not saving
|
Click Here to Expand Forum to Full Width |