Mijalko
Programming and other things
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
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)