Basically what I'm trying to achieve is set my vim-session name same as my vim servername from vimrc, i.e.
I'm using vim-session plugin and it provides an option to set the name of the autosave session by setting g:session_autosave_to
in my vimrc, what I'm trying to achieve now is something like let g:session_autosave_to=v:servername
Don't know that's the right way to do, but I believe that should have worked and my session name should have been set to my servername, but that does not seem to be happen.
Any help is much appreciated.