Ignore:
Timestamp:
25 May 2007, 09:19:56 (17 years ago)
Author:
joachim
Message:

remove SESSION access from scripts, all in custom stopped the session conflict errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/start_clearance.py

    r1737 r1822  
    2727app_doc = info['app_doc']
    2828review_state = info['review_state']
    29 session = REQUEST.SESSION
     29#session = REQUEST.SESSION
    3030res,psm,ds = lt.renderLayout(layout_id='student_clearance',
    3131                      schema_id= 'student_clearance',
     
    7272                                 info = info,
    7373                                 )
    74 session.set("clicked","clicked")
     74#session.set("clicked","clicked")
    7575pin = str(ds.get('clr_ac_pin'))
    7676logger.info('%s started clearance with pin %s' % (info['id'],pin))
Note: See TracChangeset for help on using the changeset viewer.