Giter Club home page Giter Club logo

Comments (2)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
Bruce, these changes are excellent and were actually necessary to get this 
working for me on MoinMoin 1.9.3. There was one additional change that was 
necessary for 1.9.3 though:

cookie = Cookie.SimpleCookie(request.saved_cookie)

needs to be:

cookie = Cookie.SimpleCookie(request.cookies)

It took some hacking to figure this all out, but now it works great. Thanks to 
Tom and Bruce. Hope to see this get updated someday so others won't have to go 
through the same pain w/ the new versions.


Original comment by [email protected] on 1 Apr 2011 at 7:25

from django-moinmoin.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
Also, there is a new External Cookie Doc on the MoinMoin site for 1.9. 
Hopefully this helps someone:

http://master19.moinmo.in/HelpOnAuthentication/ExternalCookie

Original comment by [email protected] on 1 Apr 2011 at 7:29

from django-moinmoin.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.