Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Using grails with spring security I have a custom auth action for a facebook login. The Auth action contains

def target = facebookContext.getLoginURL(
        redirect_uri:createLink(controller:"facebooklogin",action:"success",absolute: true),
        scope: grailsApplication.config.grails.plugin.facebooksdk.appPermissions)

redirect uri: target

How can I set the remember me cookie manually i an custom auth action?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.