How to disable Cookies for a single web page
-
Hi, My Web application has morethan 100 pages. From the login page onwards I am maintaining some cookies and sessions. For a particular page in my application I want to disable all my cookies and again from next page onwards they should work. "How to disable cookis for a single page in web application" Thanks Hari
-
Hi, My Web application has morethan 100 pages. From the login page onwards I am maintaining some cookies and sessions. For a particular page in my application I want to disable all my cookies and again from next page onwards they should work. "How to disable cookis for a single page in web application" Thanks Hari
Perhaps I am missing something, but if you don't interact with cookies in this page, in what way will they be actively 'enabled' ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Hi, My Web application has morethan 100 pages. From the login page onwards I am maintaining some cookies and sessions. For a particular page in my application I want to disable all my cookies and again from next page onwards they should work. "How to disable cookis for a single page in web application" Thanks Hari
-
Its not a good practice to use these kind of codings in such a huge application. :mad:
Regards Bino