G
Guest
I have a ASP.NET application and I have set the Cookieless attribute in the
web.config file as false. When I run the application, I dont see the cookie
file created in the C:\Documents and Settings\username\Cookies directory.
Where is the file created if I want to see the contents of the file? I am not
writing anything to the cookie specifically. I am using the default feature
with the cookieless=false to use it for maintaining the session ID.
web.config file as false. When I run the application, I dont see the cookie
file created in the C:\Documents and Settings\username\Cookies directory.
Where is the file created if I want to see the contents of the file? I am not
writing anything to the cookie specifically. I am using the default feature
with the cookieless=false to use it for maintaining the session ID.