You can save the session by doing this:

:mksession ~/.yesterday.vim

Then tomorrow you can source that vim file and you’ll have your old session back:

:source ~/.yesterday.vim

Alternatively you can open vim indicating what session you want to open

$ vim -S ~/.yesterday.vim