Skip to content

Should session cache be saved if save session is set to False? #79

Description

@andrewkress

I get an error trying to use this in an aws lambda call because it is attempting to save to cache. Is there any reason it should not be moved into the if statement above so that it doesn't attempt to save if the session will not be reused?

__init__.py on line 135
_save_cache(self.cache, self.cache_file)

Metadata

Metadata

Assignees

Labels

bugLabel for issues that report a bugenhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions