Z
Zeba
Hi !
I want to know the cookie value that was set in the previous page.
Initially in my page in project B I used
HttpCookie cookie = Request.Cookies.Get(somefile.COOKIE_NAME);
where cookie name is set using web.config. As a result when I call
this page of project B from some page in Project A, I get the cookie
of project B. But I want to get the cookie in the Request.Cookie from
the page in Project A. How do i do that ?
Thanks!
I want to know the cookie value that was set in the previous page.
Initially in my page in project B I used
HttpCookie cookie = Request.Cookies.Get(somefile.COOKIE_NAME);
where cookie name is set using web.config. As a result when I call
this page of project B from some page in Project A, I get the cookie
of project B. But I want to get the cookie in the Request.Cookie from
the page in Project A. How do i do that ?
Thanks!