sebastienros / Contrib.Cache.Memcached

Custom Output Cache Storage Provider which serializes cached pages to a Memcached service. Can be used by web farms for a central cache location.
8 stars 2 forks source link

"Bad command line format" exception from Memcached, probably due to key length #1

Open riemann79 opened 11 years ago

riemann79 commented 11 years ago

Got the exception above in Orchard when browsing to a URL like the following:

http://domain name/Users/Account/ChallengeEmail?nonce=bnx%2BSX7FB9anxGyDNbZ4yhbvX6Wi2hjJodW9%2FF%2FHjGmvvaXJ5SgHkqtrZSKnj5dFkwTmibEuTa2YF9Ex7FURWwMiF05Zu8NF%2Fpe%2B3pcyS3AmRpRAkHCCLa5G4Ltz0Kk9

If I decrease the number of chars in the URL, the exception is not raised. The issue may be related to key length.