When you are storing cookies when debugging your app, does the IDE delete them when the project is stopped? If not, what are the cookies under. I couldn't seem to find it.
I am probably a dumb ass, but hey, it is late.
Printable View
When you are storing cookies when debugging your app, does the IDE delete them when the project is stopped? If not, what are the cookies under. I couldn't seem to find it.
I am probably a dumb ass, but hey, it is late.
Cookies are stored in the temporary folder for IE. By default as far as I know they only last as long as the session but you can, when creating them, specify when they expire with a date value and they should remain whether you are debugging or not.
I set my cookie to expire 6 months from now, but I still can't find it. I am thinking that in debug mode, it removes them?...not sure. I will have to do some serious investigation on this. If it isn't deleting them, I might need to rework some design issues.
Thanks for your time. I am still looking for an answer on this.
To view cookies in explorer go to tools=>internet options then under temporary internet files click settings=>view files You should see a list of all cookies on your machine - the easiest way to find yours is to order them by expires date and yours should have a date in september (6 months on).