#13753: logged out when running two notebooks
---------------------------------------+------------------------------------
       Reporter:  dkrenn               |         Owner:  jason, mpatel, was
           Type:  defect               |        Status:  new               
       Priority:  major                |     Milestone:  sage-5.6          
      Component:  notebook             |    Resolution:                    
       Keywords:  notebook logged out  |   Work issues:                    
Report Upstream:  N/A                  |     Reviewers:                    
        Authors:                       |     Merged in:                    
   Dependencies:                       |      Stopgaps:                    
---------------------------------------+------------------------------------

Comment (by jason):

 Ah, very interesting.  I spent a few minutes looking at this, and it looks
 like we may also be using the built-in flask session management
 (http://flask.pocoo.org/docs/api/#sessions).  I think the default cookie
 name there is 'session', but it is configurable.  So:

 1. Is that right?
 2. Do we need both the custom cookie we set in the code above as well as
 the flask session cookie?
 3. How do we set the flask session cookie to include the port? (search for
 "default_config" at http://flask.pocoo.org/docs/api/ -- it appears we just
 pass that in to the flask app)

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13753#comment:10>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to