benlucchesi / grails-cookie-session

cookie sessions for grails applications
28 stars 32 forks source link

Integraion with cookie plugin #46

Closed stokito closed 9 years ago

stokito commented 9 years ago

I updated cookie plugin and I think this plugin may use cookie plugin as dependency. Could you check if it's useful?

benlucchesi commented 9 years ago

Hi Sergey,

the cookie-session plugin works directly with the request and response and doesn't leverage the cookie plugin. I don't think there should be a problem unless your plugin is manipulating cookies that it didn't create.

I think the update will be fine. Sorry for the late reply.