benlucchesi / grails-cookie-session

cookie sessions for grails applications
28 stars 32 forks source link

Cookie size threshold logging #35

Closed robzienert closed 5 years ago

robzienert commented 10 years ago

Added a configuration setting for maxThreshold, which defines the point at which the CookieSessionRepository will log a warning that the maximum cookie size is being approached.

benlucchesi commented 10 years ago

Thanks Rob! I'll take a look at this ASAP and let you know if I have any questions.

Ben Lucchesi | Chief Software Architect Granicus, Inc.work: 415.357.3618 x1300 [X]http://www.granicus.com/ Follow Us! Bloghttp://blog.granicus.com/ | Twitterhttp://twitter.com/granicus | Facebookhttp://www.facebook.com/pages/Granicus/134633056573520


From: Rob Zienert [notifications@github.com] Sent: Friday, March 14, 2014 8:10 AM To: benlucchesi/grails-cookie-session-v2 Subject: [grails-cookie-session-v2] Cookie size threshold logging (#35)

Added a configuration setting for maxThreshold, which defines the point at which the CookieSessionRepository will log a warning that the maximum cookie size is being approached.


You can merge this Pull Request by running

git pull https://github.com/robzienert/grails-cookie-session-v2 feature/threshold-logging

Or view, comment on, or merge it at:

https://github.com/benlucchesi/grails-cookie-session-v2/pull/35

Commit Summary

File Changes

Patch Links:

— Reply to this email directly or view it on GitHubhttps://github.com/benlucchesi/grails-cookie-session-v2/pull/35.

double16 commented 6 years ago

Merged into https://github.com/double16/grails-cookie-session/tree/release/4.0.0