search for: get_session

Displaying 3 results from an estimated 3 matches for "get_session".

2008 Jul 31
8
Facebook Connect
Is anyone planning on using Facebook Connect? I have the implementation that I think covers the user registration. I''m going to work on the UI stuff as well but would love to get some feedback on it. Mike -- Mike Mangino http://www.elevatedrails.com
2012 Mar 22
0
problems configuring cluster to lucci and virtual machines resource
...] REQUEST_METHOD: 'POST' SERVER_NAME: '0.0.0.0' SERVER_PORT: '4443' SERVER_PROTOCOL: 'HTTP/1.1' WSGI Variables -------------- application: <function wrapper at 0x2bcb6e0> beaker.cache: <beaker.cache.CacheManager object at 0x2bc7f90> beaker.get_session: <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2bc7f10>> beaker.session: {'_accessed_time': 1332423457.421567} paste.cookies: (<SimpleCookie: auth_tkt='63c7278294e41b63fce01b6af2eef3124f6b26ddroot!' expertMode=...
2009 Apr 20
11
manual access to session data outside of request?
So, given a sessionID, I have need to read and write the session stored information ''manually'', from _outside_ an actual Rails request/controller. Readers, I know your first response may be to tell me I don''t really want to do that. Trust me though, I really do, it makes sense for me in my case. I know this wouldn''t work if you''re using the new cookie