If you have a list in your session, append operations don’t get saved to the object.
Copy the list out of the session object, append to it, then copy it back in:
sessionlist = request.session[’my_list‘] sessionlist.append(new_object) request.session[’my_list‘] = sessionlist
This entry no have comments... but you can be first.
Name (required)
Mail (will not be published) (required)
Website
: Cannot redeclare security_update() (previously declared in /home/freelap5/public_html/index.php:13) in /home/freelap5/public_html/index.php on line 27