Mijalko
Programming and other things
Pages
(Move to ...)
Home
My Blender learnings
▼
Wednesday, May 05, 2010
See cookie size in fiddler
To see cookie size in fiddler do the following:
Choose from menu: Rules | Customize Rules
Add "oSession["ui-customcolumn"] = oSession.oRequest["Cookie"].Length.ToString();" as the last line in method OnBeforeRequest
Cookie size will be the last column
‹
›
Home
View web version