Django - Caching
Find the bug in this code:
from django.core.cache import cache
cache.set('session', 'abc123', timeout='300')
print(cache.get('session'))